lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev More on sigaction


From: Larry W. Virden
Subject: lynx-dev More on sigaction
Date: Mon, 12 Jul 1999 21:02:44 -0400 (EDT)

Interesting note:
This C program compiles without error:
$ cat ts.c
#include <signal.h>
main()
{
        struct sigaction act;
        struct sigaction oact;


     sigaction(1, &act, &oact); 
}

$ cc ts.c -o ts
-- 
Larry W. Virden                 <URL: mailto:address@hidden>
<URL: http://www.purl.org/NET/lvirden/> <*> O- "No one is what he seems."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
-><-

reply via email to

[Prev in Thread] Current Thread [Next in Thread]