1
0
Fork 0
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:
Stefan Lankes 2017-01-18 13:24:41 +01:00
parent 01c092c19f
commit 8eb427e771

View file

@ -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