Files
oldlinux-website/Book-Lite/linux-0.12/lib/close.c
2024-02-19 01:11:57 -05:00

11 lines
131 B
C

/*
* linux/lib/close.c
*
* (C) 1991 Linus Torvalds
*/
#define __LIBRARY__
#include <unistd.h>
_syscall1(int,close,int,fd)