[git commit nptl] a.out.h: why was this needed?

Peter S. Mazinger ps.m at gmx.net
Sun Nov 22 08:37:56 UTC 2009


commit: http://git.uclibc.org/uClibc/commit/?id=3fb926cffb7cbcae4f27703128006d4276112c70
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/nptl

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 include/a.out.h |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/include/a.out.h b/include/a.out.h
index d963de7..027c49a 100644
--- a/include/a.out.h
+++ b/include/a.out.h
@@ -1,5 +1 @@
-#ifdef _LIBC
-# include_next <linux/a.out.h>
-#else
-# include <linux/a.out.h>
-#endif
+#include <linux/a.out.h>
-- 
1.6.3.3



More information about the uClibc-cvs mailing list