home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6676 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  984 b 

  1. Path: sparky!uunet!mcsun!news.funet.fi!hydra!klaava!torvalds
  2. From: torvalds@klaava.Helsinki.FI (Linus Benedict Torvalds)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: sigaction sys-call
  5. Message-ID: <1992Jul25.114912.17913@klaava.Helsinki.FI>
  6. Date: 25 Jul 92 11:49:12 GMT
  7. References: <1992Jul25.110852.24366@fwi.uva.nl>
  8. Organization: University of Helsinki
  9. Lines: 14
  10.  
  11. In article <1992Jul25.110852.24366@fwi.uva.nl> vesseur@fwi.uva.nl (Joep JJ Vesseur) writes:
  12. >
  13. >Looking around in the include files, i came across a line that said
  14. > "Ok, I haven't implemented sigactions, but trying to keep headers POSIX"
  15. > (/usr/include/signal.h)
  16. >but in the kernel source file signal.c there is code to implement 
  17. >sigaction. Is this some sort of dummy code, or is signal.h out of date and
  18. >is sigaction fully functional?
  19.  
  20. Sorry: I don't write too many comments, and when I do they seem to
  21. become obsolete.  sigaction() is completely implemented, and has been
  22. since 0.12 or something like that.. 
  23.  
  24.         Linus
  25.