aboutsummaryrefslogtreecommitdiffstats
path: root/guts/creat.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/creat.c')
-rw-r--r--guts/creat.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/guts/creat.c b/guts/creat.c
deleted file mode 100644
index d46e4d5..0000000
--- a/guts/creat.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2008-2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static int
- * wrap_creat(const char *path, mode_t mode) {
- * int rc = -1;
- */
-
- rc = wrap_openat(AT_FDCWD, path, O_CREAT|O_WRONLY|O_TRUNC, mode);
-
-/* return rc;
- * }
- */