This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc/sysdeps/unix/sysv/linux clock_getres.c


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sources.redhat.com	2005-12-30 07:24:56

Modified files:
	sysdeps/unix/sysv/linux: clock_getres.c 

Log message:
	If HAVE_CLOCK_GETRES_VSYSCALL is not defined, redefine
	INTERNAL_VSYSCALL and INLINE_VSYSCALL to INTERNAL_SYSCALL and
	INLINE_SYSCALL respectively.  Otherwise include <bits/libc-vdso.h>.
	Use INLINE_VSYSCALL and INTERNAL_SYSCALL instead of the normal
	versions throughout the code.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/sysv/linux/clock_getres.c.diff?cvsroot=glibc&r1=1.3&r2=1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]