summaryrefslogtreecommitdiffstats
path: root/include/glob.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-03 13:34:45 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-03 13:34:45 +0200
commitbeaab972f8d4517724862f3d37388e42fa26ba18 (patch)
treecbdfe6e0a218283bc6aa533bea667e280949cafd /include/glob.h
parent9d0662bc0a6b492e1593dd4d7e92d2578491e06b (diff)
downloadbarebox-beaab972f8d4517724862f3d37388e42fa26ba18.tar.gz
barebox-beaab972f8d4517724862f3d37388e42fa26ba18.tar.xz
hardcode _FILE_OFFSET_BITS to 32
Diffstat (limited to 'include/glob.h')
-rw-r--r--include/glob.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/glob.h b/include/glob.h
index 698b06ecc2..7778152513 100644
--- a/include/glob.h
+++ b/include/glob.h
@@ -19,6 +19,8 @@
#ifndef _GLOB_H
#define _GLOB_H 1
+#define _FILE_OFFSET_BITS 32
+
#ifdef __cplusplus
extern "C" {
#endif