(FREAD, FWRITE): Undef these macros if they were defined
before including ldfcn.h. From-SVN: r2780
This commit is contained in:
parent
b9490a6ec1
commit
033ba47ced
@ -103,7 +103,8 @@ extern int errno;
|
||||
((magic) == U802WRMAGIC || (magic) == U802ROMAGIC || (magic) == U802TOCMAGIC)
|
||||
#endif
|
||||
|
||||
#if defined (_AIX) || defined (USG)
|
||||
/* Many versions of ldfcn.h define these. */
|
||||
#ifdef FREAD
|
||||
#undef FREAD
|
||||
#undef FWRITE
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user