CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2017/09/10 12:20:00

Modified files:
        lib/libc/termios: tcflow.c tcsendbreak.c 
        lib/libc/gen   : sysconf.c shm_open.c 

Log message:
shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to be
cancellation points in POSIX, so change them to invoke the non-cancellation
point versions of open(), close(), nanosleep(), and write()

ok deraadt@ millert@

Reply via email to