From 6710d21d9f7fce14cb77dc30c16f32e8705bf201 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Thu, 12 May 2016 21:18:17 +0000 Subject: 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 --- include/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/stdio.h b/include/stdio.h index 724138631c36..bbeb2a271ece 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 -- cgit v1.3