Source-Changes archive

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

NetBSD master CVS tree commits



jtc
Thu Apr 17 12:07:25 PDT 1997
Update of /cvsroot/src/lib/libc/sys
In directory netbsd1:/var/slash-tmp/cvs-serv13123

Modified Files:
        Makefile.inc 
Added Files:
        timer_create.c timer_delete.c timer_getoverrun.c 
        timer_gettime.c timer_settime.c 
Log Message:
Add stubs which set errno to ENOSYS and return -1 for the POSIX.1b 
timer_* API.  This was done to avoid bumping the libc minor number
each time a new portion is implemented.

This should be extended to the entire .1b API, although that will 
require minor header file modifications to add the required structure 
and type definitions.


jtc
Thu Apr 17 12:09:14 PDT 1997
Update of /cvsroot/src/lib/libc
In directory netbsd1:/var/slash-tmp/cvs-serv13348

Modified Files:
        shlib_version 
Log Message:
Bump minor number for .1b timers and nanosleep.




Home | Main Index | Thread Index | Old Index