diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-04 20:07:43 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-04 20:07:43 -0800 |
commit | 6d70e2776b41977a87bbe32220f4d3f8a62dc763 (patch) | |
tree | 8e31be89ff3a941533aa372fb2c43191caf53eeb /imakemdep.h | |
parent | 01238aa25c3bb1e0c909f63dd3bc97c48bd8bf6d (diff) |
unifdef -U__UNIXOS2__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'imakemdep.h')
-rw-r--r-- | imakemdep.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/imakemdep.h b/imakemdep.h index b8117c8..268e837 100644 --- a/imakemdep.h +++ b/imakemdep.h @@ -31,9 +31,6 @@ in this Software without prior written authorization from The Open Group. * definitions. In general you should *not* edit ccimake.c or imake.c! */ -#ifdef __UNIXOS2__ -#define lstat stat -#endif #if !defined (CROSSCOMPILE) || defined (CROSSCOMPILE_CPP) /* predefs: @@ -341,9 +338,6 @@ static const struct symtab predefs[] = { #ifdef __ELF__ {"__ELF__", "1"}, #endif -#ifdef __UNIXOS2__ - {"__UNIXOS2__", "1"}, -#endif #if defined(__QNX__) {"__QNX__", "1"}, #endif |