mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 15:03:41 +00:00
1fd880742a
This declares an API for libsys which currently consists of __sys_<foo>() declarations for system call stubs and function pointer typedefs of the form __sys_<foo>_t. The vast majority of the implementation resides in a generated _libsys.h which ensures that all system call stub declarations match syscalls.master. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D44387
4 lines
106 B
Plaintext
4 lines
106 B
Plaintext
libsysmap="../../lib/libsys/syscalls.map"
|
|
libsys_h="../../lib/libsys/_libsys.h"
|
|
sysmk="../sys/syscall.mk"
|