lint and sigvec
russell at isucs1.UUCP
russell at isucs1.UUCP
Mon Nov 4 19:07:08 AEST 1985
I am trying to get a procedure that uses sigvec to pass lint, but I have
exceeded my knowlege in the area. My particular question is:
Why is sigvec defined in the lint library as:
int (*sigvec(c, f, m))() int (*f)(); { return(f); }
when the man page shows the declaration as:
sigvec(sig, vec, ovec)
int sig;
struct sigvec *vec, *ovec;
After reading the man page, I am inclined to make the assertion that the
lint library has a mistake in it.
If anyone can shed some light on the subject, I would be grateful. (Or,
if someone has actually gotten sigvec to pass lint, I would like to know
how.)
-Russell Jorgensen
{umn-cs,okstate}!isucs1!russell
"Somebody's gotta go back and get a shitload of dimes"
-Blazing Saddles
More information about the Comp.unix.wizards
mailing list