1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
2003-07-03  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_CLKTCK):
	Define.
	* sysdeps/unix/sysv/linux/prof-freq.h: New file.
This commit is contained in:
Ulrich Drepper
2003-07-03 08:51:46 +00:00
parent 56421b23d7
commit 1418bf990e
4 changed files with 64 additions and 1 deletions

View File

@ -175,6 +175,12 @@
# define __ASSUME_FCNTL64 1
#endif
/* The AT_CLKTCK auxiliary vector entry was introduction in the 2.4.0
series. */
#if __LINUX_KERNEL_VERSION >= 132097
# define __ASSUME_AT_CLKTCK 1
#endif
/* Arm got fcntl64 in 2.4.4, PowerPC and SH have it also in 2.4.4 (I
don't know when it got introduced). But PowerPC64 does not support
separate FCNTL64 call, FCNTL is already 64-bit */