mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
fix path to the syscall header
This commit is contained in:
parent
01c092c19f
commit
8eb427e771
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <errno.h>
|
||||
#include <signal.h>
|
||||
#include <pthread.h>
|
||||
#include <syscall.h>
|
||||
#include <hermit/syscall.h>
|
||||
|
||||
#define THREAD_COUNT_DEFAULT 2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue