We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629b8d7 commit b490240Copy full SHA for b490240
storage/connect/ioapi.h
@@ -21,9 +21,10 @@
21
#ifndef _ZLIBIOAPI64_H
22
#define _ZLIBIOAPI64_H
23
24
-#if defined(__linux__)
+#if defined(__linux__) || defined (__GNU__)
25
26
- // Linux needs this to support file operation on files larger then 4+GB
+ // Linux and Hurd needs this to support file operation on files larger
27
+ // than 4+GB.
28
// But might need better if/def to select just the platforms that needs them.
29
30
#ifndef __USE_FILE_OFFSET64
0 commit comments