File tree Expand file tree Collapse file tree 13 files changed +36
-16
lines changed
src/unix/linux_like/linux/gnu/b64/loongarch64 Expand file tree Collapse file tree 13 files changed +36
-16
lines changed Original file line number Diff line number Diff line change @@ -3344,6 +3344,7 @@ fn test_linux(target: &str) {
3344
3344
let gnueabihf = target. contains ( "gnueabihf" ) ;
3345
3345
let x86_64_gnux32 = target. contains ( "gnux32" ) && x86_64;
3346
3346
let riscv64 = target. contains ( "riscv64" ) ;
3347
+ let loongarch64 = target. contains ( "loongarch64" ) ;
3347
3348
let uclibc = target. contains ( "uclibc" ) ;
3348
3349
3349
3350
let mut cfg = ctest_cfg ( ) ;
@@ -3466,6 +3467,7 @@ fn test_linux(target: &str) {
3466
3467
// Include linux headers at the end:
3467
3468
headers ! {
3468
3469
cfg:
3470
+ [ loongarch64] : "asm/hwcap.h" ,
3469
3471
[ riscv64] : "asm/hwcap.h" ,
3470
3472
"asm/mman.h" ,
3471
3473
[ gnu] : "linux/aio_abi.h" ,
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ SKF_NET_OFF
66
66
SO_PRIORITY
67
67
SO_PROTOCOL
68
68
SYS_accept
69
+ SYS_fstat
69
70
SYS_msgctl
70
71
SYS_msgget
71
72
SYS_msgrcv
@@ -79,6 +80,7 @@ SYS_semctl
79
80
SYS_semget
80
81
SYS_semop
81
82
SYS_semtimedop
83
+ SYS_setrlimit
82
84
SYS_shmat
83
85
SYS_shmctl
84
86
SYS_shmdt
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ SYS_fadvise64_64
96
96
SYS_fchown32
97
97
SYS_fcntl64
98
98
SYS_fork
99
+ SYS_fstat
99
100
SYS_fstat64
100
101
SYS_fstatat64
101
102
SYS_fstatfs64
@@ -165,6 +166,7 @@ SYS_setregid32
165
166
SYS_setresgid32
166
167
SYS_setresuid32
167
168
SYS_setreuid32
169
+ SYS_setrlimit
168
170
SYS_setuid32
169
171
SYS_sgetmask
170
172
SYS_sigaction
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ SYS_epoll_wait
30
30
SYS_eventfd
31
31
SYS_fcntl64
32
32
SYS_fork
33
+ SYS_fstat
33
34
SYS_fstat64
34
35
SYS_fstatfs64
35
36
SYS_ftime
@@ -77,6 +78,7 @@ SYS_send
77
78
SYS_sendfile
78
79
SYS_sendfile64
79
80
SYS_set_thread_area
81
+ SYS_setrlimit
80
82
SYS_sgetmask
81
83
SYS_sigaction
82
84
SYS_signal
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ SYS_fadvise64
54
54
SYS_fadvise64_64
55
55
SYS_fcntl64
56
56
SYS_fork
57
+ SYS_fstat
57
58
SYS_fstat64
58
59
SYS_fstatat64
59
60
SYS_fstatfs64
@@ -110,6 +111,7 @@ SYS_select
110
111
SYS_send
111
112
SYS_sendfile
112
113
SYS_sendfile64
114
+ SYS_setrlimit
113
115
SYS_sgetmask
114
116
SYS_sigaction
115
117
SYS_signal
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ SYS_epoll_create
66
66
SYS_epoll_wait
67
67
SYS_eventfd
68
68
SYS_fork
69
+ SYS_fstat
69
70
SYS_fstatfs64
70
71
SYS_ftime
71
72
SYS_futimesat
@@ -117,6 +118,7 @@ SYS_rtas
117
118
SYS_select
118
119
SYS_send
119
120
SYS_sendfile
121
+ SYS_setrlimit
120
122
SYS_sgetmask
121
123
SYS_sigaction
122
124
SYS_signal
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ SYS_epoll_create
66
66
SYS_epoll_wait
67
67
SYS_eventfd
68
68
SYS_fork
69
+ SYS_fstat
69
70
SYS_fstatfs64
70
71
SYS_ftime
71
72
SYS_futimesat
@@ -117,6 +118,7 @@ SYS_rtas
117
118
SYS_select
118
119
SYS_send
119
120
SYS_sendfile
121
+ SYS_setrlimit
120
122
SYS_sgetmask
121
123
SYS_sigaction
122
124
SYS_signal
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ SO_TIMESTAMPNS
46
46
SO_WIFI_STATUS
47
47
SYS_accept
48
48
SYS_fadvise64
49
+ SYS_fstat
49
50
SYS_msgctl
50
51
SYS_msgget
51
52
SYS_msgrcv
@@ -59,6 +60,7 @@ SYS_semget
59
60
SYS_semop
60
61
SYS_semtimedop
61
62
SYS_sendfile
63
+ SYS_setrlimit
62
64
SYS_shmat
63
65
SYS_shmctl
64
66
SYS_shmdt
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ SYS_epoll_wait
44
44
SYS_eventfd
45
45
SYS_fadvise64
46
46
SYS_fork
47
+ SYS_fstat
47
48
SYS_fstatfs64
48
49
SYS_futimesat
49
50
SYS_get_kernel_syms
@@ -76,6 +77,7 @@ SYS_s390_pci_mmio_write
76
77
SYS_s390_runtime_instr
77
78
SYS_select
78
79
SYS_sendfile
80
+ SYS_setrlimit
79
81
SYS_sigaction
80
82
SYS_signal
81
83
SYS_signalfd
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ SYS_execv
40
40
SYS_fadvise64
41
41
SYS_fadvise64_64
42
42
SYS_fork
43
+ SYS_fstat
43
44
SYS_fstat64
44
45
SYS_fstatat64
45
46
SYS_fstatfs64
@@ -79,6 +80,7 @@ SYS_sched_set_affinity
79
80
SYS_select
80
81
SYS_sendfile
81
82
SYS_sendfile64
83
+ SYS_setrlimit
82
84
SYS_sgetmask
83
85
SYS_sigaction
84
86
SYS_signal
You can’t perform that action at this time.
0 commit comments