summaryrefslogtreecommitdiffstats
path: root/libc-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc-compat.h')
-rw-r--r--libc-compat.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libc-compat.h b/libc-compat.h
deleted file mode 100644
index 9435346..0000000
--- a/libc-compat.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __PROCD_LIBC_COMPAT_H
-#define __PROCD_LIBC_COMPAT_H
-
-#if defined(__GLIBC__) && !defined(__UCLIBC__)
-static inline int ignore(int x) {return x;}
-#else
-#define ignore(x) x
-#endif
-
-#endif