Skip to content

Commit ed1399a

Browse files
committed
Fix semver test for x86_64-unknown-linux-gnux32 target
1 parent 00f4b0f commit ed1399a

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

libc-test/semver/TODO-linux.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,21 @@ SO_WIFI_STATUS
9595
SO_ZEROCOPY
9696
SYS__llseek
9797
SYS__newselect
98+
SYS__sysctl
99+
SYS_create_module
98100
SYS_fadvise64
99101
SYS_fstatat64
102+
SYS_get_kernel_syms
103+
SYS_get_thread_area
100104
SYS_getrlimit
101105
SYS_migrate_pages
102106
SYS_mmap
107+
SYS_nfsservctl
103108
SYS_pread64
104109
SYS_pwrite64
110+
SYS_query_module
111+
SYS_set_thread_area
112+
SYS_uselib
105113
fsblkcnt64_t
106114
fsfilcnt64_t
107115
getrandom

libc-test/semver/linux-gnu-x86_64.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ getcontext
2626
makecontext
2727
setcontext
2828
swapcontext
29-
sysctl
3029
termios2

libc-test/semver/linux-x86_64.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,19 @@ SO_NO_CHECK
2727
SO_PRIORITY
2828
SO_PROTOCOL
2929
SS
30-
SYS__sysctl
3130
SYS_access
3231
SYS_afs_syscall
3332
SYS_alarm
3433
SYS_chmod
3534
SYS_chown
3635
SYS_creat
37-
SYS_create_module
3836
SYS_dup2
3937
SYS_epoll_create
4038
SYS_epoll_wait
4139
SYS_eventfd
4240
SYS_fadvise64
4341
SYS_fork
4442
SYS_futimesat
45-
SYS_get_kernel_syms
46-
SYS_get_thread_area
4743
SYS_getdents
4844
SYS_getpgrp
4945
SYS_getpmsg
@@ -64,22 +60,19 @@ SYS_pkey_free
6460
SYS_pkey_mprotect
6561
SYS_poll
6662
SYS_putpmsg
67-
SYS_query_module
6863
SYS_readlink
6964
SYS_rename
7065
SYS_renameat
7166
SYS_rmdir
7267
SYS_select
7368
SYS_sendfile
74-
SYS_set_thread_area
7569
SYS_signalfd
7670
SYS_stat
7771
SYS_symlink
7872
SYS_sync_file_range
7973
SYS_sysfs
8074
SYS_time
8175
SYS_unlink
82-
SYS_uselib
8376
SYS_ustat
8477
SYS_utime
8578
SYS_utimes

libc-test/semver/linux.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,6 @@ SYS_munlockall
22022202
SYS_munmap
22032203
SYS_name_to_handle_at
22042204
SYS_nanosleep
2205-
SYS_nfsservctl
22062205
SYS_open_by_handle_at
22072206
SYS_openat
22082207
SYS_perf_event_open

0 commit comments

Comments
 (0)