getsid() implementation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#define NCALLS 113 /* number of system calls allowed */
|
||||
#define NCALLS 114 /* number of system calls allowed */
|
||||
|
||||
#define EXIT 1
|
||||
#define FORK 2
|
||||
@@ -120,6 +120,8 @@
|
||||
#define FSTAT 66
|
||||
#define LSTAT 67
|
||||
|
||||
#define PM_GETSID 113 /* PM getsid() */
|
||||
|
||||
#define TASK_REPLY 121 /* to VFS: reply code from drivers, not
|
||||
* really a standalone call.
|
||||
*/
|
||||
|
||||
@@ -260,6 +260,9 @@
|
||||
#define STATVFS_LEN m1_i1
|
||||
#define STATVFS_NAME m1_p1
|
||||
#define STATVFS_BUF m1_p2
|
||||
|
||||
#define PM_GETSID_PID m1_i1
|
||||
|
||||
/*===========================================================================*
|
||||
* Messages for networking layer *
|
||||
*===========================================================================*/
|
||||
|
||||
Reference in New Issue
Block a user