syscalls.conf 497 B

123456789101112131415161718
  1. # $OpenBSD: syscalls.conf,v 1.20 2013/09/14 01:35:01 guenther Exp $
  2. # $NetBSD: syscalls.conf,v 1.2 1994/10/26 06:45:57 cgd Exp $
  3. sysnames="syscalls.c"
  4. sysnumhdr="../sys/syscall.h"
  5. syssw="init_sysent.c"
  6. sysarghdr="../sys/syscallargs.h"
  7. # Any additions to the next line for options that are required for the
  8. # (new) kernel to boot an existing userland must be coordinated with
  9. # the snapshot builders
  10. compatopts=""
  11. libcompatopts=""
  12. switchname="sysent"
  13. namesname="syscallnames"
  14. constprefix="SYS_"