aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_arm.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-12-22 09:29:44 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-12-22 09:29:44 +0100
commit8fecec2eb071e9ae0a62e9e3d34ac41eb4cc8ab2 (patch)
treef9212fe4acfd2f67cd26b2c41b4f5a1809cd2a3d /sys/linux/sys_arm.const
parentbfdfc2603c187447d32ecbc8b5a378df53af5734 (diff)
sys/linux: another batch of warning fixes
The only remaining part now is dev_video4linux.txt Update #590
Diffstat (limited to 'sys/linux/sys_arm.const')
-rw-r--r--sys/linux/sys_arm.const6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/linux/sys_arm.const b/sys/linux/sys_arm.const
index 190ac061c..125c24f2c 100644
--- a/sys/linux/sys_arm.const
+++ b/sys/linux/sys_arm.const
@@ -472,6 +472,7 @@ SPLICE_F_GIFT = 8
SPLICE_F_MORE = 4
SPLICE_F_MOVE = 1
SPLICE_F_NONBLOCK = 2
+STAT64_SIZE = 104
STATX_ALL = 4095
STATX_ATIME = 32
STATX_BASIC_STATS = 2047
@@ -592,6 +593,8 @@ __NR_fdatasync = 148
__NR_finit_module = 379
__NR_flock = 143
__NR_fstat = 108
+__NR_fstat64 = 197
+__NR_fstatat64 = 327
__NR_fstatfs = 100
__NR_fsync = 118
__NR_ftruncate = 93
@@ -633,6 +636,7 @@ __NR_linkat = 330
__NR_lookup_dcookie = 249
__NR_lseek = 19
__NR_lstat = 107
+__NR_lstat64 = 196
__NR_madvise = 220
__NR_mbind = 319
__NR_membarrier = 389
@@ -664,6 +668,7 @@ __NR_munlockall = 153
__NR_munmap = 91
__NR_name_to_handle_at = 370
__NR_nanosleep = 162
+# __NR_newfstatat is not set
__NR_open = 5
__NR_open_by_handle_at = 371
__NR_openat = 322
@@ -744,6 +749,7 @@ __NR_signalfd = 349
__NR_signalfd4 = 355
__NR_splice = 340
__NR_stat = 106
+__NR_stat64 = 195
__NR_statfs = 99
__NR_statx = 397
__NR_symlink = 83