home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.23 / text0006.txt < prev    next >
Encoding:
Text File  |  1991-06-15  |  546 b   |  21 lines

  1. Submitted-by: steve@unidata.ucar.edu (Steve Emmerson)
  2.  
  3. Greetings,
  4.  
  5. How would one do the equivalent of the following, BSD-ism:
  6.  
  7.     ioctl(fd, SIOCSPGRP, &pid);
  8.  
  9. That is, in a POSIX environment, how does one set the process-group ID
  10. of processes that will receive SIGIO and SIGURG signals associated with
  11. a particular file-descriptor (which, incidentally, is a socket) to the PID
  12. of the current process.
  13.  
  14. Can one use the tc*() function?
  15.  
  16. Steve Emmerson        steve@unidata.ucar.edu        ...!ncar!unidata!steve
  17.  
  18.  
  19. Volume-Number: Volume 23, Number 7
  20.  
  21.