# | Line 15 | Line 15 | static const char RCSid[] = "$Id$"; | |
---|---|---|
15 | #include "resolu.h" | |
16 | ||
17 | #ifdef getc_unlocked /* avoid nasty file-locking overhead */ | |
18 | + | #undef getc |
19 | #undef getchar | |
20 | #undef putchar | |
21 | + | #define getc getc_unlocked |
22 | #define getchar getchar_unlocked | |
23 | #define putchar putchar_unlocked | |
24 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |