parent
0f06ed7274
commit
b4701924f1
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* linux/lib/close.c
|
||||
*
|
||||
* (C) 1991 Linus Torvalds
|
||||
*/
|
||||
|
||||
#define __LIBRARY__
|
||||
#include <unistd.h>
|
||||
|
||||
_syscall1(int,close,int,fd)
|
Loading…
Reference in new issue