glibc/linuxthreads/sysdeps
Ulrich Drepper 885bafa14a Update.
2003-03-02  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/generic/bits/time.h: Define CLOCK_MONOTONIC.
	* sysdeps/posix/clock_getres.c: Define code for CLOCK_REALTIME only
	if not already defined.  Use SYSDEP_GETRES to allow other files to
	provide alternative implementations.
	* sysdeps/unix/sysv/linux/clock_getres.c: New file
	* sysdeps/unix/clock_gettime.c: Define code for CLOCK_REALTIME only
	if not already defined.  Use SYSDEP_GETTIME to allow other files to
	provide alternative implementations.
	* sysdeps/unix/sysv/linux/clock_gettime.c: New file.
	* sysdeps/unix/clock_settime.c: Define code for CLOCK_REALTIME only
	if not already defined.  Use SYSDEP_GETTIME to allow other files to
	provide alternative implementations.
	* sysdeps/unix/sysv/linux/clock_settime.c: New file.
	* sysdeps/unix/clock_nanosleep.c: Use SYSDEP_NANOSLEEP to allow
	other files to provide alternative implementations.  Rearrange
	tests for invalid parameters.
	* sysdeps/unix/sysv/linux/clock_nanosleep.c: New file.
	* sysdeps/unix/sysv/linux/sysconf.c: New file.
	* sysdeps/unix/sysv/linux/kernel-features.h: Define
	__ASSUME_POSIX_TIMERS for Linux 2.4.63 and up.
	* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
	_POSIX_MONOTONIC_CLOCK.
2003-03-03 05:29:09 +00:00
..
alpha Avoid warnings about unused self variable. 2003-01-30 21:03:40 +00:00
arm
cris
hppa
i386 Revert unintentional commits. 2003-02-26 00:01:15 +00:00
ia64 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt): 2003-03-02 11:45:12 +00:00
m68k
mips
powerpc * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt): 2003-03-02 11:45:12 +00:00
pthread Update. 2003-03-03 05:29:09 +00:00
s390 Avoid warnings about unused self variable. 2003-01-30 21:03:40 +00:00
sh * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt): 2003-03-02 11:45:12 +00:00
sparc Update. 2003-02-05 00:03:02 +00:00
unix/sysv/linux Update. 2003-03-03 05:00:33 +00:00
x86_64