Skip to content
Snippets Groups Projects
Commit 32c081fe authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Improved LARGEFILE support.

Rev: src/fd_control.c:1.19
parent 4505feed
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,18 @@
#include "error.h"
#include "fdlib.h"
RCSID("$Id: fd_control.c,v 1.18 1998/06/08 12:48:24 grubba Exp $");
RCSID("$Id: fd_control.c,v 1.19 1998/07/04 01:06:39 grubba Exp $");
#else
#ifndef _LARGEFILE_SOURCE
# define _FILE_OFFSET_BITS 64
# define _LARGEFILE_SOURCE 1
# define _LARGEFILE64_SOURCE 1
#endif /* !_LARGERFILE_SOURCE */
/* HPUX needs these too... */
#ifndef __STDC_EXT__
# define __STDC_EXT__
#endif /* !__STDC_EXT__ */
#include <sys/types.h>
#undef DEBUG
#define fd_ioctl ioctl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment