getsid() implementation

This commit is contained in:
Ben Gras
2011-08-02 19:22:08 +02:00
parent c0bb1ba1b1
commit c4ea2a195c
7 changed files with 34 additions and 3 deletions

View File

@@ -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.
*/

View File

@@ -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 *
*===========================================================================*/