Since 4/2/2012 5:46:05 AM, rlhamil has written 1 articles and participated in 3 conversations. rlhamil signature: rlhamil
rlhamil's articles:
Items(1) /1
getting siginfo from core file11216 (11/24/2004 12:07:31 PM) comp.unix.solaris Any hints for how to get a dump of the lwpstatus (in the 2nd NOTE segment of newer releases) from a core file, esp. the pr_info (type siginfo_t) member? How about if the process caught a SIG{SEGV,BUS}, and the... rlhamil
rlhamil's replies:
Items(2) /1
atomic printf()? (FILE and multiple process)478 (4/13/2009 4:55:10 AM) comp.unix.programmer AFAIK, when a parent and a child share a open file, if both processes try to write some message using write(2), the two strings are not intermixed. I mean, inside of write(2), the output operation will not be i... cinsky(25)
PL/I doesnt have keywords?7668 (2/6/2011 9:32:40 PM) comp.lang.pl1 In the PL/I material Ive read so far it says that PL/I does not have
keywords. But obviously PL/I syntax does have keywords like DECLARE,
WHILE, etc. Could someone clarify exactly what is meant by this? How
... Brad