2 Copyright © 2003-2016, The AROS Development Team. All rights reserved.
5 POSIX.1-2008 function getuid().
8 #include "__posixc_intbase.h"
10 /*****************************************************************************
21 Returns the real user ID of the calling process.
38 ******************************************************************************/
40 struct PosixCIntBase
*PosixCBase
=
41 (struct PosixCIntBase
*)__aros_getbase_PosixCBase();
43 return PosixCBase
->uid
;