Commit 033ba47c by Richard Stallman

(FREAD, FWRITE): Undef these macros if they were defined

before including ldfcn.h.

From-SVN: r2780
parent b9490a6e
...@@ -103,7 +103,8 @@ extern int errno; ...@@ -103,7 +103,8 @@ extern int errno;
((magic) == U802WRMAGIC || (magic) == U802ROMAGIC || (magic) == U802TOCMAGIC) ((magic) == U802WRMAGIC || (magic) == U802ROMAGIC || (magic) == U802TOCMAGIC)
#endif #endif
#if defined (_AIX) || defined (USG) /* Many versions of ldfcn.h define these. */
#ifdef FREAD
#undef FREAD #undef FREAD
#undef FWRITE #undef FWRITE
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment