Mercurial > emacs
comparison src/s/gnu-linux.h @ 8274:04eeb3ed2828
[emacs]: Include stdio.h.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 18 Jul 1994 06:28:42 +0000 |
| parents | f2c73ebe4013 |
| children | ef773dd417ea |
comparison
equal
deleted
inserted
replaced
| 8273:cd8665daa5a8 | 8274:04eeb3ed2828 |
|---|---|
| 151 you will have to uncomment the following and make the proper | 151 you will have to uncomment the following and make the proper |
| 152 changes */ | 152 changes */ |
| 153 | 153 |
| 154 /* #define LINUX_LDAV_FILE "/proc/loadavg" */ | 154 /* #define LINUX_LDAV_FILE "/proc/loadavg" */ |
| 155 | 155 |
| 156 /* This is needed for disknew.c:update_frame() */ | 156 /* This is needed for disknew.c:update_frame */ |
| 157 | 157 |
| 158 #ifdef emacs | 158 #ifdef emacs |
| 159 #include <stdio.h> /* Get the definition of _IO_STDIO_H. */ | |
| 159 #ifdef _IO_STDIO_H | 160 #ifdef _IO_STDIO_H |
| 160 /* new C libio names */ | 161 /* new C libio names */ |
| 161 #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ | 162 #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ |
| 162 ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base) | 163 ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base) |
| 163 #else /* !_IO_STDIO_H */ | 164 #else /* !_IO_STDIO_H */ |
