Deleted Added
full compact
syscalls.c (29349) syscalls.c (29391)
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * created from Id: syscalls.master,v 1.42 1997/09/14 02:22:05 peter Exp
6 */
7
8char *syscallnames[] = {

--- 333 unchanged lines hidden (view full) ---

342 "aio_read", /* 318 = aio_read */
343 "aio_write", /* 319 = aio_write */
344 "lio_listio", /* 320 = lio_listio */
345 "yield", /* 321 = yield */
346 "thr_sleep", /* 322 = thr_sleep */
347 "thr_wakeup", /* 323 = thr_wakeup */
348 "mlockall", /* 324 = mlockall */
349 "munlockall", /* 325 = munlockall */
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * created from Id: syscalls.master,v 1.42 1997/09/14 02:22:05 peter Exp
6 */
7
8char *syscallnames[] = {

--- 333 unchanged lines hidden (view full) ---

342 "aio_read", /* 318 = aio_read */
343 "aio_write", /* 319 = aio_write */
344 "lio_listio", /* 320 = lio_listio */
345 "yield", /* 321 = yield */
346 "thr_sleep", /* 322 = thr_sleep */
347 "thr_wakeup", /* 323 = thr_wakeup */
348 "mlockall", /* 324 = mlockall */
349 "munlockall", /* 325 = munlockall */
350 "__getcwd", /* 326 = __getcwd */
350};
351};