- All Implemented Interfaces:
Syscall
public final class GetenvSyscall
extends Object
implements Syscall
Getenv syscall.
- Since:
- 0.40
-
Constructor Summary
Constructors
-
Method Summary
Makes native method call.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GetenvSyscall
public GetenvSyscall(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.