home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9128 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.3 KB

  1. Path: sparky!uunet!munnari.oz.au!mel.dit.csiro.au!yarra!codex!bpja
  2. From: bpja@codex.oz.au (Brett Adam)
  3. Newsgroups: comp.unix.aix
  4. Subject: syscall()
  5. Keywords: syscall, threads, kernel, hack
  6. Message-ID: <1992Aug26.091535.1184@codex.oz.au>
  7. Date: 26 Aug 92 09:15:35 GMT
  8. Sender: bpja@codex.oz.au
  9. Reply-To: bpja@codex.oz.au
  10. Organization: Codex Software Development Pty Ltd
  11. Lines: 25
  12.  
  13.  
  14. Anyone know the RS/6000 equivalent of syscall() (2)?
  15.  
  16. The real question:
  17.  
  18. We're trying to port the CMU cthreads library, which relies on being able to  
  19. locally redefine the select() function.
  20.  
  21. Under SunOS, it's a breeze. Write the new select() func which calls the kernel  
  22. select routine via syscall() - then link it early in your build.
  23.  
  24. Under AIX, we're lost.
  25.  
  26. Help appreciated.
  27.  
  28.  
  29. ---------------------------------------------------------------
  30. Brett Adam                 Codex Software Development Pty. Ltd.
  31. NeXTMail: bpja@codex.oz.au                  AppleLink: AUST0335
  32. (Preferred.)                                 (Only if you must) 
  33. -- 
  34. ---------------------------------------------------------------
  35. Brett Adam                 Codex Software Development Pty. Ltd.
  36. NeXTMail: bpja@codex.oz.au                  AppleLink: AUST0335
  37. (Preferred.)                                 (Only if you must) 
  38.