summaryrefslogtreecommitdiffstats
path: root/src/ranlib.c
diff options
context:
space:
mode:
authorAkihiko Odaki <[email protected]>2016-10-11 23:06:48 +0900
committerMark Wielaard <[email protected]>2016-10-12 15:43:14 +0200
commit60b2bf1b08c621492410b24e469b2bdf58d167d5 (patch)
tree9a9f16d5a686b42469c190a7d3b0bd245344dc48 /src/ranlib.c
parent7bf4b63a4980788e6c1969cae02f0483e79c069f (diff)
lib: Provide MAX and MIN in system.h
This change also creates a new header file libeu.h to provide the prototypes for the function of libeu. That hides the definition of function crc32, which can conflict with zlib, from libelf. It also prevents mistakes to refer those functions from a component which doesn't link with libeu, such as libelf. Signed-off-by: Akihiko Odaki <[email protected]>
Diffstat (limited to 'src/ranlib.c')
-rw-r--r--src/ranlib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ranlib.c b/src/ranlib.c
index c93c5ac8..455de0d6 100644
--- a/src/ranlib.c
+++ b/src/ranlib.c
@@ -35,7 +35,6 @@
#include <stdio_ext.h>
#include <unistd.h>
#include <sys/mman.h>
-#include <sys/param.h>
#include <sys/stat.h>
#include <system.h>