summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/port/hpux.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/port/hpux.h b/src/include/port/hpux.h
index 82b1cadd8fc..870b12f263a 100644
--- a/src/include/port/hpux.h
+++ b/src/include/port/hpux.h
@@ -16,8 +16,3 @@ typedef struct
#ifndef BYTE_ORDER
#define BYTE_ORDER BIG_ENDIAN
#endif
-
-/* workaround for nonstandard large file support implementation */
-#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64
-#define _LARGEFILE64_SOURCE 1
-#endif