home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / KERNEL-S / V1.2 / LINUX-1.2 / LINUX-1 / linux / lib / setsid.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-01  |  176 b   |  13 lines

  1. /*
  2.  *  linux/lib/setsid.c
  3.  *
  4.  *  Copyright (C) 1991, 1992  Linus Torvalds
  5.  */
  6.  
  7. #define __LIBRARY__
  8. #include <linux/types.h>
  9. #include <linux/unistd.h>
  10.  
  11. _syscall0(pid_t,setsid)
  12.  
  13.