diff options
author | Elliott Hughes <enh@google.com> | 2014-09-24 10:27:09 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-09-24 10:32:30 -0700 |
commit | c08c25b4c9bdd95bfbda56a8c21f51b88c8a692e (patch) | |
tree | 815a82fa0236c4f5c068ceb97c058bca1c639c57 /libc/stdio | |
parent | fc5a93f7a2ea2be740f2c909e8a6a192fa65adc8 (diff) | |
download | bionic-c08c25b4c9bdd95bfbda56a8c21f51b88c8a692e.zip bionic-c08c25b4c9bdd95bfbda56a8c21f51b88c8a692e.tar.gz bionic-c08c25b4c9bdd95bfbda56a8c21f51b88c8a692e.tar.bz2 |
Sync with upstream findfp.c.
Change-Id: Ib298f46de0c4d0fd4ce0a9b456c163e8b8b06342
Diffstat (limited to 'libc/stdio')
-rw-r--r-- | libc/stdio/fileext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/stdio/fileext.h b/libc/stdio/fileext.h index 1f2a3a3..7efff8f 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)) |