include cleanups: remove unused headers and add feature test macros

This commit is contained in:
Szabolcs Nagy
2013-12-12 05:09:18 +00:00
parent ac45692a53
commit 571744447c
157 changed files with 68 additions and 207 deletions
-1
View File
@@ -1,7 +1,6 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
#include "syscall.h"
void __procfdname(char *, unsigned);
+1
View File
@@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include <sys/time.h>
#include "syscall.h"
+1
View File
@@ -1,3 +1,4 @@
#define _GNU_SOURCE
#include <sys/stat.h>
#include <fcntl.h>