forked from rosa/hakurei
The azalea implementation used an adaptation of this as testdata. Signed-off-by: Ophestra <cat@gensokyo.uk>
17 lines
447 B
Diff
17 lines
447 B
Diff
diff --git a/libgo/sysinfo.c b/libgo/sysinfo.c
|
|
index 180f5c31d74..44d7ea73f7d 100644
|
|
--- a/libgo/sysinfo.c
|
|
+++ b/libgo/sysinfo.c
|
|
@@ -365,11 +365,7 @@ enum {
|
|
typedef loff_t libgo_loff_t_type;
|
|
#endif
|
|
|
|
-#if defined(HAVE_OFF64_T)
|
|
-typedef off64_t libgo_off_t_type;
|
|
-#else
|
|
typedef off_t libgo_off_t_type;
|
|
-#endif
|
|
|
|
// The following section introduces explicit references to types and
|
|
// constants of interest to support bootstrapping libgo using a
|