| # | Line 13 | Line 13 | |
|---|---|---|
| 13 | ||
| 14 | #ifdef getc_unlocked /* avoid horrendous overhead of flockfile */ | |
| 15 | #undef getc | |
| 16 | + | #undef getchar |
| 17 | #undef putc | |
| 18 | + | #undef putchar |
| 19 | #define getc getc_unlocked | |
| 20 | + | #define getchar getchar_unlocked |
| 21 | #define putc putc_unlocked | |
| 22 | + | #define putchar putchar_unlocked |
| 23 | #endif | |
| 24 | ||
| 25 | #ifdef __cplusplus | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |