diff options
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -151,10 +151,6 @@ char *realpath(const char *path, char resolved_path []); #include <sys/mman.h> #endif -#if HAVE_SYS_UTSNAME_H -#include <sys/utsname.h> -#endif - #if HAVE_SYS_WAIT_H #include <sys/wait.h> #endif |