From c08c25b4c9bdd95bfbda56a8c21f51b88c8a692e Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 24 Sep 2014 10:27:09 -0700 Subject: Sync with upstream findfp.c. Change-Id: Ib298f46de0c4d0fd4ce0a9b456c163e8b8b06342 --- libc/stdio/fileext.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/stdio/fileext.h') diff --git a/libc/stdio/fileext.h b/libc/stdio/fileext.h index 1f2a3a31e..7efff8f1b 100644 --- a/libc/stdio/fileext.h +++ b/libc/stdio/fileext.h @@ -43,6 +43,8 @@ struct __sfileext { pthread_mutex_t _lock; /* file lock */ }; +__LIBC_HIDDEN__ extern struct __sfileext __sFext[3]; + #define _FILEEXT_INITIALIZER {{NULL,0},{0},PTHREAD_RECURSIVE_MUTEX_INITIALIZER} #define _EXT(fp) ((struct __sfileext *)((fp)->_ext._base)) -- cgit v1.2.3