]> sourceware.org Git - glibc.git/commit - linuxthreads/ChangeLog
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 13 Apr 2000 03:55:50 +0000 (03:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 13 Apr 2000 03:55:50 +0000 (03:55 +0000)
commitb3ae0650bcff54f12d87f878000d4c488b365bf7
tree90c46a039ed0c6723a1dde8d85ba5a886689040e
parentaa780baba8ddf1845a5b8caeeaf98d2149fb68b8
Update.

* posix/getconf.c: Add support for many more POSIX options.
* sysdeps/posix/sysconf.c: Likewise.
* sysdeps/generic/bits/confname.h: Add many more POSIX options.
* sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_REGEXP and
_POSIX_SHELL.
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
* sysdeps/unix/sysv/linux/i386/bits/time.h: Rename __CLOCK_HIGHRES to
CLOCK_PROCESS_CPUTIME_ID.  Add define CLOCK_MONOTONIC and
CLOCK_THREAD_CPUTIME_ID.
* sysdeps/unix/i386/clock_getcpuclockid.c: Set *clock_id to
CLOCK_PROCESS_CPUTIME_ID.
* sysdeps/unix/i386/i586/clock_getres.c: Change for renaming of
__CLOCK_HIGHRES to CLOCK_PROCESS_CPUTIME_ID.  Handle
CLOCK_THREAD_CPUTIME_ID and CLOCK_MONOTONIC the same.
* sysdeps/unix/i386/i586/clock_gettime.c: Likewise.
15 files changed:
.cvsignore
ChangeLog
bits/confname.h
linuxthreads/ChangeLog
linuxthreads/sysdeps/unix/sysv/linux/bits/posix_opt.h
linuxthreads/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h [new file with mode: 0644]
posix/getconf.c
sysdeps/generic/bits/confname.h
sysdeps/mach/hurd/bits/posix_opt.h
sysdeps/posix/sysconf.c
sysdeps/unix/i386/clock_getcpuclockid.c
sysdeps/unix/i386/i586/clock_getres.c
sysdeps/unix/i386/i586/clock_gettime.c
sysdeps/unix/sysv/linux/bits/posix_opt.h
sysdeps/unix/sysv/linux/i386/bits/time.h
This page took 0.045564 seconds and 5 git commands to generate.