summaryrefslogtreecommitdiffstats
path: root/lib/close.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/close.c')
-rw-r--r--lib/close.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/close.c b/lib/close.c
new file mode 100644
index 000000000..2c3f4363e
--- /dev/null
+++ b/lib/close.c
@@ -0,0 +1,11 @@
+/*
+ * linux/lib/close.c
+ *
+ * Copyright (C) 1991, 1992 Linus Torvalds
+ */
+
+#define __LIBRARY__
+#include <linux/unistd.h>
+
+_syscall1(int,close,int,fd)
+