summaryrefslogtreecommitdiffstats
path: root/lib/close.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1994-11-28 11:59:19 +0000
committer <ralf@linux-mips.org>1994-11-28 11:59:19 +0000
commit1513ff9b7899ab588401c89db0e99903dbf5f886 (patch)
treef69cc81a940a502ea23d664c3ffb2d215a479667 /lib/close.c
Import of Linus's Linux 1.1.68
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)
+