2005-02-01 Roland McGrath <roland@redhat.com>
* linux/syscallent.h: Use sys_mincore instead of printargs. * linux/x86_64/syscallent.h: Likewise. Also use sys_getrlimit, sys_semtimedop, sys_umount2. Part of RH#142667.
This commit is contained in:
parent
392a671e92
commit
174ddda74c
@ -264,7 +264,7 @@
|
||||
{ 1, 0, sys_setfsuid, "setfsuid32" }, /* 215 */
|
||||
{ 1, 0, sys_setfsgid, "setfsgid32" }, /* 216 */
|
||||
{ 2, TF, sys_pivotroot, "pivot_root" }, /* 217 */
|
||||
{ 3, 0, printargs, "mincore" }, /* 218 */
|
||||
{ 3, 0, sys_mincore, "mincore" }, /* 218 */
|
||||
{ 3, 0, sys_madvise, "madvise" }, /* 219 */
|
||||
{ 4, 0, sys_getdents64, "getdents64" }, /* 220 */
|
||||
{ 3, 0, sys_fcntl, "fcntl64" }, /* 221 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user