- All Implemented Interfaces:
Syscall
public final class StrerrorSyscall
extends Object
implements Syscall
The 'strerror' 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
-
StrerrorSyscall
public StrerrorSyscall(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.