CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/02/11 00:35:38
Modified files:
regress/lib/libc: Makefile
Added files:
regress/lib/libc/mkstemp: Makefile mkstemp_test.c
Log message:
Add a regression suite for mkstemp(), verifying that it neither overruns
no underruns the supplied template buffer, that it can generate names that
don't contain any X's, and that all open() calls that pass O_CREAT also
pass O_EXCL
