summaryrefslogtreecommitdiffstats
path: root/sys/sys/_types.h
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 /sys/sys/_types.h
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 'sys/sys/_types.h')
-rw-r--r--sys/sys/_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/_types.h b/sys/sys/_types.h
index 16039a6..ecc1c7e 100644
--- a/sys/sys/_types.h
+++ b/sys/sys/_types.h
@@ -51,6 +51,7 @@ typedef int __accmode_t; /* access permissions */
typedef int __nl_item;
typedef __uint16_t __nlink_t; /* link count */
typedef __int64_t __off_t; /* file offset */
+typedef __int64_t __off64_t; /* file offset (alias) */
typedef __int32_t __pid_t; /* process [group] */
typedef __int64_t __rlim_t; /* resource limit - intentionally */
/* signed, because of legacy code */
OpenPOWER on IntegriCloud