aboutsummaryrefslogtreecommitdiffstats
path: root/guts/close.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/close.c')
-rw-r--r--guts/close.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/guts/close.c b/guts/close.c
deleted file mode 100644
index 09c73e6..0000000
--- a/guts/close.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Copyright (c) 2008-2010 Wind River Systems; see
- * guts/COPYRIGHT for information.
- *
- * static int
- * wrap_close(int fd) {
- * int rc = -1;
- */
- /* this cleans up an internal table, and shouldn't even
- * make it to the server.
- */
- pseudo_client_op(OP_CLOSE, 0, fd, -1, 0, 0);
- rc = real_close(fd);
-
-/* return rc;
- * }
- */