File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/unix/linux_like/linux/musl/b64/aarch64 Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ pub const MAP_POPULATE: ::c_int = 0x08000;
170
170
pub const MAP_NONBLOCK : :: c_int = 0x010000 ;
171
171
pub const MAP_STACK : :: c_int = 0x020000 ;
172
172
pub const MAP_HUGETLB : :: c_int = 0x040000 ;
173
- pub const MAP_SYNC : :: c_int = 0x080000 ;
173
+ pub const MAP_SYNC : :: c_int = 0x080000 ;
174
174
175
175
pub const SOCK_STREAM : :: c_int = 1 ;
176
176
pub const SOCK_DGRAM : :: c_int = 2 ;
@@ -284,6 +284,10 @@ pub const SYS_umount2: ::c_long = 39;
284
284
pub const SYS_mount : :: c_long = 40 ;
285
285
pub const SYS_pivot_root : :: c_long = 41 ;
286
286
pub const SYS_nfsservctl : :: c_long = 42 ;
287
+ pub const SYS_statfs : :: c_long = 43 ;
288
+ pub const SYS_fstatfs : :: c_long = 44 ;
289
+ pub const SYS_truncate : :: c_long = 45 ;
290
+ pub const SYS_ftruncate : :: c_long = 46 ;
287
291
pub const SYS_fallocate : :: c_long = 47 ;
288
292
pub const SYS_faccessat : :: c_long = 48 ;
289
293
pub const SYS_chdir : :: c_long = 49 ;
You can’t perform that action at this time.
0 commit comments