summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorcem <cem@FreeBSD.org>2016-05-12 21:18:17 +0000
committercem <cem@FreeBSD.org>2016-05-12 21:18:17 +0000
commitc48291649931d01b589aa70cf23acf62522dc5e6 (patch)
treead5b6baf6dafc611458b88e9e12db3b7782599ca /include
parentde7ec0d0bbe0c48b98fd0cad04aadd15e84daf44 (diff)
downloadFreeBSD-src-c48291649931d01b589aa70cf23acf62522dc5e6.zip
FreeBSD-src-c48291649931d01b589aa70cf23acf62522dc5e6.tar.gz
Pollute more places with off64_t and add __off64_t
Despite the private namespace, several broken ports depend on the __off64_t name for the type. Export it exactly the same way off_t and __off_t are exported. A follow-up to r299456. Suggested by: php56 Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 7241386..bbeb2a2 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -60,7 +60,7 @@ typedef __ssize_t ssize_t;
#ifndef _OFF64_T_DECLARED
#define _OFF64_T_DECLARED
-typedef __off_t off64_t;
+typedef __off64_t off64_t;
#endif
#if __POSIX_VISIBLE >= 200112 || __XSI_VISIBLE
OpenPOWER on IntegriCloud