aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-17 22:16:08 -0500
committerMike Frysinger <vapier@gentoo.org>2009-02-17 22:16:08 -0500
commite764d4fcb66a0b3483d48d046d84b660837ae09b (patch)
treefd74ffc4e81f3ceb4fffb84d3246664640003692 /localdecls.h
parentfix environ check (diff)
downloadsandbox-e764d4fcb66a0b3483d48d046d84b660837ae09b.tar.gz
sandbox-e764d4fcb66a0b3483d48d046d84b660837ae09b.tar.bz2
sandbox-e764d4fcb66a0b3483d48d046d84b660837ae09b.zip
drop unused local GLIBC_MINOR define
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'localdecls.h')
-rw-r--r--localdecls.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/localdecls.h b/localdecls.h
index c8bfd27..0371831 100644
--- a/localdecls.h
+++ b/localdecls.h
@@ -32,8 +32,6 @@
#endif
-#define GLIBC_MINOR __GLIBC_MINOR__
-
#ifdef PATH_MAX
# define SB_PATH_MAX PATH_MAX * 2
# if (SB_PATH_MAX >= INT_MAX) || (SB_PATH_MAX < PATH_MAX)