Hello, I'm using gcc on Linux RedHat 6.2 It's said in man that signal() behaviour is SYSV one. But, when I compile my programs, signal() has got the BSD behaviour. Why ? How can I make it have SYSV behaviour ? read() doesn't return on signal. Why ? I want it to return with errno=EINTR. How can I do that ? Thanks Christophe _______________________________________________ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-devel-list
- Pb with signal() and read() Christophe Leroy
- Re: Pb with signal() and read() Stanislav Meduna
- Re: Pb with signal() and read() Matt Wilson
- Re: Pb with signal() and read() christophe leroy
- Christophe Leroy