mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -04:00
This exercises some subset of the preprocessor that would be nice to still support. Pull Request: https://github.com/freebsd/freebsd-src/pull/1575
10 lines
210 B
C
10 lines
210 B
C
/*
|
|
* System call numbers.
|
|
*
|
|
* DO NOT EDIT-- this file is automatically @generated.
|
|
*/
|
|
|
|
#define TEST_SYS_syscall1 1
|
|
/* 2 is obsolete syscall2 */
|
|
#define TEST_SYS_syscall2 2
|
|
#define TEST_SYS_MAXSYSCALL 3
|