Difference between sigset and singal function

P

pavunkumar

Dear Friend :

What is the difference between sigset and signal
function , But I experiment both things , I could not get any
difference . Is there any difference ....?

Advance Thanks
 
K

Kenny McCormack

Well, one key difference between them is that signal() is a C standard
library routine which is on-topic in this newsgroup, while the man pages
which covers sigset() on my home computer says:

Or, more succinctly, and more in the spirit of this newsgroup:

Off topic. Not portable. Cant discuss it here. Blah, blah, blah.
If you still want to understand sigset(), despite it's being obsolete, a
more appropriate place to find out about it is by asking in
comp.programming.unix.

Actually, from the point of view of the religious dogma practiced here,
it could just as easily (and more likely in my opinion) be found in
misc.transport.traffic.signals
Keep in mind that, since it is not a C standard library function, the
sigset() function you're referring to might not be the same one that my
computer's man page describes.

Exactly. We certainly have no way of knowing. For all we know,
sigset() could be a function written by the OP's grandmother.

--
Useful clc-related links:

http://en.wikipedia.org/wiki/Aspergers
http://en.wikipedia.org/wiki/Clique
http://en.wikipedia.org/wiki/C_programming_language
 
J

Jens Thoms Toerring

Well, one key difference between them is that signal() is a C standard
library routine which is on-topic in this newsgroup, while the man pages
which covers sigset() on my home computer says:
If you still want to understand sigset(), despite it's being obsolete, a
more appropriate place to find out about it is by asking in
comp.programming.unix.

Make that: comp.unix.programmer;-)

Regards, Jens
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,073
Latest member
DarinCeden

Latest Threads

Top