crete an idle task to run when theres ... umm. .. nothing to do ..
[AROS.git] / compiler / clib / getegid.c
blob9adc159dde75e4423f0ecd86c01639050c54f138
1 /*
2 Copyright © 2003, The AROS Development Team. All rights reserved.
3 $Id$
5 POSIX function getegid().
6 */
8 #include <sys/types.h>
10 /*****************************************************************************
12 NAME */
13 #include <unistd.h>
15 gid_t getegid(
17 /* SYNOPSIS */
18 void)
20 /* FUNCTION
22 INPUTS
24 RESULT
26 NOTES
28 EXAMPLE
30 BUGS
32 SEE ALSO
33 setgid()
35 INTERNALS
37 ******************************************************************************/
39 return 0;
40 } /* getegid() */