Source-Changes archive

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

CVS commit: [netbsd-2-0] src/lib/libpthread



Module Name:    src
Committed By:   jmc
Date:           Thu May  6 05:34:18 UTC 2004

Modified Files:
        src/lib/libpthread [netbsd-2-0]: pthread_cond.c

Log Message:
Pullup rev 1.15 (requested by kleink in ticket #255)

In the nothread version, don't return EINTR if select() was interrupted
since this value is explicitly ruled out by POSIX.  Instead, return 0,
like a spurious wakeup. PR#24240.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.14.2.1 src/lib/libpthread/pthread_cond.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index