Interface PosixCLibrary
- All Superinterfaces:
NativeLibrary
Provides access to methods in libc.so available on POSIX systems.
-
Method Summary
Modifier and TypeMethodDescriptionint
geteuid()
Gets the effective userid of the current process.
-
Method Details
-
geteuid
int geteuid()Gets the effective userid of the current process.- Returns:
- the effective user id
- See Also:
-