[L4alpha-cvscommit] CVS: L4Alpha/include/lib/l4 syscalls.h,1.6,1.7
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-01-03 03:26:18
|
Update of /cvsroot/l4alpha/L4Alpha/include/lib/l4 In directory usw-pr-cvs1:/tmp/cvs-serv4471/include/lib/l4 Modified Files: syscalls.h Log Message: Added interface to l4_whoami syscall. Note this call is not part of the normal API. Index: syscalls.h =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/include/lib/l4/syscalls.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** syscalls.h 2001/04/13 05:45:51 1.6 --- syscalls.h 2002/01/03 03:26:13 1.7 *************** *** 136,139 **** --- 136,142 ---- l4_sys_time(void); + L4_INLINE unsigned long + l4_whoami(void); + #endif |