diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-30 18:34:38 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-30 18:34:38 +0100 |
commit | 7fa20cef3fc120c9c9fb96c46bd06feb69cef3ca (patch) | |
tree | 346ee92903291a9e2c1516d5193f0ac09009707b /libc/stdio/_stdio.c | |
parent | 5e0ada6a23c683851b8e20ee7ade0cee7a9b4900 (diff) | |
parent | 3d39f1ae2b2bb9f2aa30eee4b34486b03e24c175 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/uclibc-ng
Diffstat (limited to 'libc/stdio/_stdio.c')
-rw-r--r-- | libc/stdio/_stdio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdio/_stdio.c b/libc/stdio/_stdio.c index 388a2117c..ee247a5fd 100644 --- a/libc/stdio/_stdio.c +++ b/libc/stdio/_stdio.c @@ -195,7 +195,6 @@ void _stdio_term(void) * chain might be corrupt due to a partial store. */ STDIO_INIT_MUTEX(_stdio_openlist_add_lock); -#warning check #ifdef __STDIO_BUFFERS STDIO_INIT_MUTEX(_stdio_openlist_del_lock); #endif |