diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2009-10-17 01:10:38 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-19 22:36:26 +0100 |
commit | be800f25ee834eea10fbc4d2bfe623d0855753e3 (patch) | |
tree | eda0c011dccdd6b35501a28c5ff40afdfd3ff74b /include/a.out.h | |
parent | 558b28280768bee5e408e602b8a8ddecb2c0b80e (diff) |
a.out.h: why was this needed?
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include/a.out.h')
-rw-r--r-- | 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 d963de74c..027c49ad5 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> |