Hi, all
I have a problem with my socket program.
I'd like to use pselect() system call because I want to implement signal-safe code.
the original prototype of pselect() is like this:

int pselect(int maxfd, fd_set *readset, fd_set *writeset, fd_set *exceptset, 
                     const struct timespec *timeout, const sigset_t *sigmask);

But, linux, actually glibc doesn't support the signal-mask argument of pselect().

Is there any way to implement signal-safe code using not pselect() but select()?

=============================================================
Thousands of MPEG streams
NetVision Video Server
=============================================================
A.I.Soft Korea Inc, VoD team
system engineer
Sunghawk Kim([EMAIL PROTECTED])
Tel: 82-2-558-5250
Fax: 82-2-558-5251

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to