11 lines
131 B
11 lines
131 B
3 years ago
|
/*
|
||
|
* linux/lib/close.c
|
||
|
*
|
||
|
* (C) 1991 Linus Torvalds
|
||
|
*/
|
||
|
|
||
|
#define __LIBRARY__
|
||
|
#include <unistd.h>
|
||
|
|
||
|
_syscall1(int,close,int,fd)
|