Crate linux_api_sys [−] [src]
Bindings to kernel/sys.c
Functions
| getegid⚠ |
Returns the current effective user's (primary?) group ID |
| geteuid⚠ |
Returns the current effective user's ID |
| getgid⚠ |
Returns the current user's (primary?) group ID |
| getpid⚠ |
Returns the thread group ID of the current process |
| getppid⚠ |
Returns the parent process's thread group ID |
| getuid⚠ |
Returns the current user's ID |