diff options
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lread.c b/src/lread.c index 69e9a4629d2..66b1a8068c2 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -55,9 +55,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 55 | #endif /* HAVE_SETLOCALE */ | 55 | #endif /* HAVE_SETLOCALE */ |
| 56 | 56 | ||
| 57 | #include <fcntl.h> | 57 | #include <fcntl.h> |
| 58 | #ifndef O_RDONLY | ||
| 59 | #define O_RDONLY 0 | ||
| 60 | #endif | ||
| 61 | 58 | ||
| 62 | #ifdef HAVE_FSEEKO | 59 | #ifdef HAVE_FSEEKO |
| 63 | #define file_offset off_t | 60 | #define file_offset off_t |