diff options
Diffstat (limited to 'src/nonstd/syscall_lookup_t.c')
-rw-r--r-- | src/nonstd/syscall_lookup_t.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nonstd/syscall_lookup_t.c b/src/nonstd/syscall_lookup_t.c new file mode 100644 index 00000000..d30bdbc2 --- /dev/null +++ b/src/nonstd/syscall_lookup_t.c @@ -0,0 +1,3 @@ +#include <nonstd/syscall.h> + +typedef long (*syscall_lookup_t)(const char *); |