Class GetpidSyscall

java.lang.Object
EOorg.EOeolang.EOsys.Posix.GetpidSyscall
All Implemented Interfaces:
Syscall

public final class GetpidSyscall extends Object implements Syscall
Getpid syscall.
Since:
0.40
  • Constructor Details

    • GetpidSyscall

      public GetpidSyscall(Phi posix)
      Ctor.
      Parameters:
      posix - Posix object
  • Method Details

    • make

      public Phi make(Phi... params)
      Description copied from interface: Syscall
      Makes native method call.
      Specified by:
      make in interface Syscall
      Parameters:
      params - Native methods parameters.
      Returns:
      Methods return code.