aboutsummaryrefslogtreecommitdiff
path: root/lib/config-tpf.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-01 12:39:40 +0000
committerYang Tse <yangsita@gmail.com>2009-05-01 12:39:40 +0000
commit5a91746b80fd41b9915574d8514f1d40e9cfd1b6 (patch)
tree8142242b120e88a93f697f0cc8cd31b466730427 /lib/config-tpf.h
parentfdc091a8573d0c3aa260738384e5d9dbb31a38df (diff)
David McCreedy's "TPF-platform specific changes to various files" patch
Diffstat (limited to 'lib/config-tpf.h')
-rw-r--r--lib/config-tpf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-tpf.h b/lib/config-tpf.h
index 107158ca8..e67467ba6 100644
--- a/lib/config-tpf.h
+++ b/lib/config-tpf.h
@@ -601,6 +601,9 @@
/* Define to the type of arg 5 for `select'. */
#define SELECT_TYPE_ARG5 (struct timeval *)
+/* The size of an `off_t', as computed by sizeof. */
+#define SIZEOF_OFF_T 8
+
/* The size of a `size_t', as computed by sizeof. */
#define SIZEOF_SIZE_T 8