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/unistd/getcwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/unistd/getcwd.c') diff --git a/src/unistd/getcwd.c b/src/unistd/getcwd.c index 904e2c7d..3ddfa53a 100644 --- a/src/unistd/getcwd.c +++ b/src/unistd/getcwd.c @@ -1,7 +1,7 @@ #include "sys/types.h" #include #include "nonstd/assert.h" -#include "nonstd/syscall.h" +#include "../_syscall.h" char * getcwd(char *buf, size_t size) { -- cgit v1.2.1