ADD file via upload

master
pumnflqv2 3 years ago
parent 70ce2743bb
commit 6450368ef0

@ -0,0 +1,10 @@
/*
* linux/lib/close.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include <unistd.h>
_syscall1(int,close,int,fd)
Loading…
Cancel
Save