@@ -268,9 +268,11 @@ pub const SYS_modify_ldt: c_long = 123;
268268pub const SYS_adjtimex : c_long = 124 ;
269269pub const SYS_mprotect : c_long = 125 ;
270270pub const SYS_sigprocmask : c_long = 126 ;
271+ #[ deprecated( since = "0.2.70" , note = "Functional up to 2.6 kernel" ) ]
271272pub const SYS_create_module : c_long = 127 ;
272273pub const SYS_init_module : c_long = 128 ;
273274pub const SYS_delete_module : c_long = 129 ;
275+ #[ deprecated( since = "0.2.70" , note = "Functional up to 2.6 kernel" ) ]
274276pub const SYS_get_kernel_syms : c_long = 130 ;
275277pub const SYS_quotactl : c_long = 131 ;
276278pub const SYS_getpgid : c_long = 132 ;
@@ -281,11 +283,11 @@ pub const SYS_personality: c_long = 136;
281283pub const SYS_afs_syscall : c_long = 137 ;
282284pub const SYS_setfsuid : c_long = 138 ;
283285pub const SYS_setfsgid : c_long = 139 ;
284- // FIXME: SYS__llseek is in the NDK sources but for some reason is
286+ // FIXME(android) : SYS__llseek is in the NDK sources but for some reason is
285287// not available in the tests
286288// pub const SYS__llseek: c_long = 140;
287289pub const SYS_getdents : c_long = 141 ;
288- // FIXME: SYS__newselect is in the NDK sources but for some reason is
290+ // FIXME(android) : SYS__newselect is in the NDK sources but for some reason is
289291// not available in the tests
290292// pub const SYS__newselect: c_long = 142;
291293pub const SYS_flock : c_long = 143 ;
@@ -294,7 +296,7 @@ pub const SYS_readv: c_long = 145;
294296pub const SYS_writev : c_long = 146 ;
295297pub const SYS_getsid : c_long = 147 ;
296298pub const SYS_fdatasync : c_long = 148 ;
297- // FIXME: SYS__llseek is in the NDK sources but for some reason is
299+ // FIXME(android) : SYS__llseek is in the NDK sources but for some reason is
298300// not available in the tests
299301// pub const SYS__sysctl: c_long = 149;
300302pub const SYS_mlock : c_long = 150 ;
@@ -314,6 +316,7 @@ pub const SYS_mremap: c_long = 163;
314316pub const SYS_setresuid : c_long = 164 ;
315317pub const SYS_getresuid : c_long = 165 ;
316318pub const SYS_vm86 : c_long = 166 ;
319+ #[ deprecated( since = "0.2.70" , note = "Functional up to 2.6 kernel" ) ]
317320pub const SYS_query_module : c_long = 167 ;
318321pub const SYS_poll : c_long = 168 ;
319322pub const SYS_nfsservctl : c_long = 169 ;
0 commit comments