1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Remove __ASSUME_TGKILL.

This commit is contained in:
Joseph Myers
2012-08-08 23:22:53 +00:00
parent 44c94c1da0
commit b36137f1d6
15 changed files with 48 additions and 79 deletions

View File

@ -113,13 +113,6 @@
/* The statfs64 syscalls are available in 2.5.74 (but not for alpha). */
#define __ASSUME_STATFS64 1
/* The tgkill syscall was instroduced for i386 in 2.5.75. On x86-64,
sparc, SH, ppc, and ppc64 it was introduced in 2.6.0-test3. */
#if (defined __i386__ || defined __x86_64__ || defined __powerpc__ \
|| defined __sh__ || defined __sparc__)
# define __ASSUME_TGKILL 1
#endif
/* The utimes syscall has been available for some architectures
forever. For x86 it was introduced after 2.5.75, for x86-64,
ppc, and ppc64 it was introduced in 2.6.0-test3. */