syscall method

int syscall(
  1. int __sysno
)

Implementation

int syscall(
  int __sysno,
) {
  return _syscall(
    __sysno,
  );
}