.. | .. |
---|
30 | 30 | #define __IGNORE_readlink /* readlinkat */ |
---|
31 | 31 | #define __IGNORE_symlink /* symlinkat */ |
---|
32 | 32 | #define __IGNORE_utimes /* futimesat */ |
---|
33 | | -#if BITS_PER_LONG == 64 |
---|
34 | 33 | #define __IGNORE_stat /* fstatat */ |
---|
35 | 34 | #define __IGNORE_lstat /* fstatat */ |
---|
36 | | -#else |
---|
37 | 35 | #define __IGNORE_stat64 /* fstatat64 */ |
---|
38 | 36 | #define __IGNORE_lstat64 /* fstatat64 */ |
---|
| 37 | + |
---|
| 38 | +#ifndef __ARCH_WANT_SET_GET_RLIMIT |
---|
| 39 | +#define __IGNORE_getrlimit /* getrlimit */ |
---|
| 40 | +#define __IGNORE_setrlimit /* setrlimit */ |
---|
39 | 41 | #endif |
---|
40 | 42 | |
---|
41 | 43 | /* Missing flags argument */ |
---|
.. | .. |
---|
84 | 86 | #define __IGNORE_statfs64 |
---|
85 | 87 | #define __IGNORE_llseek |
---|
86 | 88 | #define __IGNORE_mmap2 |
---|
| 89 | +#define __IGNORE_clock_gettime64 |
---|
| 90 | +#define __IGNORE_clock_settime64 |
---|
| 91 | +#define __IGNORE_clock_adjtime64 |
---|
| 92 | +#define __IGNORE_clock_getres_time64 |
---|
| 93 | +#define __IGNORE_clock_nanosleep_time64 |
---|
| 94 | +#define __IGNORE_timer_gettime64 |
---|
| 95 | +#define __IGNORE_timer_settime64 |
---|
| 96 | +#define __IGNORE_timerfd_gettime64 |
---|
| 97 | +#define __IGNORE_timerfd_settime64 |
---|
| 98 | +#define __IGNORE_utimensat_time64 |
---|
| 99 | +#define __IGNORE_pselect6_time64 |
---|
| 100 | +#define __IGNORE_ppoll_time64 |
---|
| 101 | +#define __IGNORE_io_pgetevents_time64 |
---|
| 102 | +#define __IGNORE_recvmmsg_time64 |
---|
| 103 | +#define __IGNORE_mq_timedsend_time64 |
---|
| 104 | +#define __IGNORE_mq_timedreceive_time64 |
---|
| 105 | +#define __IGNORE_semtimedop_time64 |
---|
| 106 | +#define __IGNORE_rt_sigtimedwait_time64 |
---|
| 107 | +#define __IGNORE_futex_time64 |
---|
| 108 | +#define __IGNORE_sched_rr_get_interval_time64 |
---|
87 | 109 | #else |
---|
88 | 110 | #define __IGNORE_sendfile |
---|
89 | 111 | #define __IGNORE_ftruncate |
---|
.. | .. |
---|
98 | 120 | #define __IGNORE_statfs |
---|
99 | 121 | #define __IGNORE_lseek |
---|
100 | 122 | #define __IGNORE_mmap |
---|
| 123 | +#define __IGNORE_clock_gettime |
---|
| 124 | +#define __IGNORE_clock_settime |
---|
| 125 | +#define __IGNORE_clock_adjtime |
---|
| 126 | +#define __IGNORE_clock_getres |
---|
| 127 | +#define __IGNORE_clock_nanosleep |
---|
| 128 | +#define __IGNORE_timer_gettime |
---|
| 129 | +#define __IGNORE_timer_settime |
---|
| 130 | +#define __IGNORE_timerfd_gettime |
---|
| 131 | +#define __IGNORE_timerfd_settime |
---|
| 132 | +#define __IGNORE_utimensat |
---|
| 133 | +#define __IGNORE_pselect6 |
---|
| 134 | +#define __IGNORE_ppoll |
---|
| 135 | +#define __IGNORE_io_pgetevents |
---|
| 136 | +#define __IGNORE_recvmmsg |
---|
| 137 | +#define __IGNORE_mq_timedsend |
---|
| 138 | +#define __IGNORE_mq_timedreceive |
---|
| 139 | +#define __IGNORE_semtimedop |
---|
| 140 | +#define __IGNORE_rt_sigtimedwait |
---|
| 141 | +#define __IGNORE_futex |
---|
| 142 | +#define __IGNORE_sched_rr_get_interval |
---|
| 143 | +#define __IGNORE_gettimeofday |
---|
| 144 | +#define __IGNORE_settimeofday |
---|
| 145 | +#define __IGNORE_wait4 |
---|
| 146 | +#define __IGNORE_adjtimex |
---|
| 147 | +#define __IGNORE_nanosleep |
---|
| 148 | +#define __IGNORE_io_getevents |
---|
| 149 | +#define __IGNORE_recvmmsg |
---|
101 | 150 | #endif |
---|
102 | 151 | |
---|
103 | 152 | /* i386-specific or historical system calls */ |
---|
.. | .. |
---|
150 | 199 | #define __IGNORE_uselib |
---|
151 | 200 | #define __IGNORE__sysctl |
---|
152 | 201 | #define __IGNORE_arch_prctl |
---|
| 202 | +#define __IGNORE_nfsservctl |
---|
153 | 203 | |
---|
154 | 204 | /* ... including the "new" 32-bit uid syscalls */ |
---|
155 | 205 | #define __IGNORE_lchown32 |
---|