Interface PosixCLibrary

All Superinterfaces:
NativeLibrary

public non-sealed interface PosixCLibrary extends NativeLibrary
Provides access to methods in libc.so available on POSIX systems.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    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: