@@ -268,9 +268,11 @@ pub const SYS_modify_ldt: c_long = 123;
268
268
pub const SYS_adjtimex : c_long = 124 ;
269
269
pub const SYS_mprotect : c_long = 125 ;
270
270
pub const SYS_sigprocmask : c_long = 126 ;
271
+ #[ deprecated( since = "0.2.70" , note = "Functional up to 2.6 kernel" ) ]
271
272
pub const SYS_create_module : c_long = 127 ;
272
273
pub const SYS_init_module : c_long = 128 ;
273
274
pub const SYS_delete_module : c_long = 129 ;
275
+ #[ deprecated( since = "0.2.70" , note = "Functional up to 2.6 kernel" ) ]
274
276
pub const SYS_get_kernel_syms : c_long = 130 ;
275
277
pub const SYS_quotactl : c_long = 131 ;
276
278
pub const SYS_getpgid : c_long = 132 ;
@@ -281,11 +283,11 @@ pub const SYS_personality: c_long = 136;
281
283
pub const SYS_afs_syscall : c_long = 137 ;
282
284
pub const SYS_setfsuid : c_long = 138 ;
283
285
pub 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
285
287
// not available in the tests
286
288
// pub const SYS__llseek: c_long = 140;
287
289
pub 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
289
291
// not available in the tests
290
292
// pub const SYS__newselect: c_long = 142;
291
293
pub const SYS_flock : c_long = 143 ;
@@ -294,7 +296,7 @@ pub const SYS_readv: c_long = 145;
294
296
pub const SYS_writev : c_long = 146 ;
295
297
pub const SYS_getsid : c_long = 147 ;
296
298
pub 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
298
300
// not available in the tests
299
301
// pub const SYS__sysctl: c_long = 149;
300
302
pub const SYS_mlock : c_long = 150 ;
@@ -314,6 +316,7 @@ pub const SYS_mremap: c_long = 163;
314
316
pub const SYS_setresuid : c_long = 164 ;
315
317
pub const SYS_getresuid : c_long = 165 ;
316
318
pub const SYS_vm86 : c_long = 166 ;
319
+ #[ deprecated( since = "0.2.70" , note = "Functional up to 2.6 kernel" ) ]
317
320
pub const SYS_query_module : c_long = 167 ;
318
321
pub const SYS_poll : c_long = 168 ;
319
322
pub const SYS_nfsservctl : c_long = 169 ;
0 commit comments