Source-Changes archive

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

CVS commit: src/lib



Module Name:    src
Committed By:   thorpej
Date:           Fri Jan 24 01:52:45 UTC 2003

Modified Files:
        src/lib: Makefile
Added Files:
        src/lib/librt: Makefile sem.c sem_destroy.3 sem_getvalue.3 sem_init.3
            sem_open.3 sem_post.3 sem_wait.3 shlib_version

Log Message:
Add librt, which provides POSIX 1003.1b Real-time extensions not
present in libc.  Currently includes 1003.1b semaphores.


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 src/lib/Makefile
cvs rdiff -r0 -r1.1 src/lib/librt/Makefile src/lib/librt/sem.c \
    src/lib/librt/sem_destroy.3 src/lib/librt/sem_getvalue.3 \
    src/lib/librt/sem_init.3 src/lib/librt/sem_open.3 \
    src/lib/librt/sem_post.3 src/lib/librt/sem_wait.3 \
    src/lib/librt/shlib_version

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