From 818a838a18db8f5f6f2aa67642b01d5571dbcbb4 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 25 Sep 2020 13:19:36 -0400 Subject: remove need for __unistd.c --- src/unistd/_unistd.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/unistd/_unistd.h') diff --git a/src/unistd/_unistd.h b/src/unistd/_unistd.h index 87cdd8f1..3f35ff17 100644 --- a/src/unistd/_unistd.h +++ b/src/unistd/_unistd.h @@ -1,18 +1,8 @@ #ifndef ___UNISTD_H__ #define ___UNISTD_H__ -#include -#include -#include - #ifndef PATH_MAX #define PATH_MAX _POSIX_PATH_MAX #endif -struct __unistd { - char ttyname[PATH_MAX + 1]; -}; - -extern struct __unistd __unistd; - #endif -- cgit v1.2.1