aboutsummaryrefslogtreecommitdiffstats
path: root/guts/fchdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/fchdir.c')
-rw-r--r--guts/fchdir.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/guts/fchdir.c b/guts/fchdir.c
deleted file mode 100644
index ba77ebf..0000000
--- a/guts/fchdir.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Copyright (c) 2008-2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static int
- * wrap_fchdir(int dirfd) {
- * int rc = -1;
- */
-
- rc = real_fchdir(dirfd);
-
- if (rc != -1) {
- pseudo_client_op(OP_CHDIR, 0, -1, dirfd, 0, 0);
- }
-
-/* return rc;
- * }
- */