home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / posix / signal / sigsuspe.c < prev   
Encoding:
C/C++ Source or Header  |  1995-04-01  |  162 b   |  10 lines

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #include <signal.h>
  3.  
  4. /* ARGSUSED */
  5. int
  6. sigsuspend(const sigset_t *_set)
  7. {
  8.   return 0;
  9. }
  10.