From 787c3b0fd09ea8456d2391e59e7589f0cf8f5555 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 11 Aug 2020 20:41:05 -0400 Subject: move auto-generated nonstd/syscall.h to static private _syscall.h --- src/nonstd/__libc_start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nonstd/__libc_start.c') diff --git a/src/nonstd/__libc_start.c b/src/nonstd/__libc_start.c index cd115068..c06d2ffb 100644 --- a/src/nonstd/__libc_start.c +++ b/src/nonstd/__libc_start.c @@ -8,7 +8,7 @@ #include "unistd.h" #else #define DEFAULT_LOCALE "C" -#include "nonstd/syscall.h" +#include "../_syscall.h" #include "../termios/NCCS.c" #include "../termios/cc_t.c" #include "../termios/tcflag_t.c" -- cgit v1.2.1