Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a4dbbb5

Browse files
committed
Revert _LARGEFILE64_SOURCE addition; good try but doesn't work,
at least not on HPUX 10.20, and there's no reason to think it is needed on later versions.
1 parent d803de5 commit a4dbbb5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/include/port/hpux.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,3 @@ typedef struct
1616
#ifndef BYTE_ORDER
1717
#define BYTE_ORDER BIG_ENDIAN
1818
#endif
19-
20-
/* workaround for nonstandard large file support implementation */
21-
#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64
22-
#define _LARGEFILE64_SOURCE 1
23-
#endif

0 commit comments

Comments
 (0)