|
@@ -828,13 +828,13 @@
|
|
|
#define __NR_finit_module (__NR_Linux + 333)
|
|
|
#define __NR_sched_setattr (__NR_Linux + 334)
|
|
|
#define __NR_sched_getattr (__NR_Linux + 335)
|
|
|
+#define __NR_utimes (__NR_Linux + 336)
|
|
|
|
|
|
-#define __NR_Linux_syscalls (__NR_sched_getattr + 1)
|
|
|
+#define __NR_Linux_syscalls (__NR_utimes + 1)
|
|
|
|
|
|
|
|
|
#define __IGNORE_select /* newselect */
|
|
|
#define __IGNORE_fadvise64 /* fadvise64_64 */
|
|
|
-#define __IGNORE_utimes /* utime */
|
|
|
|
|
|
|
|
|
#define HPUX_GATEWAY_ADDR 0xC0000004
|