Class StrerrorSyscall

  • All Implemented Interfaces:
    Syscall

    public final class StrerrorSyscall
    extends Object
    implements Syscall
    The 'strerror' syscall.
    Since:
    0.40
    • Constructor Detail

      • StrerrorSyscall

        public StrerrorSyscall​(Phi posix)
        Ctor.
        Parameters:
        posix - Posix object
    • Method Detail

      • 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.