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