From 1e1454dd2289cfdeeba8c04ae60fce27b4101880 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sun, 20 Mar 2011 00:17:00 +0100
Subject: [PATCH 130/396] uClibc_stdio.h: add missing #endif

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/sysdeps/linux/common/bits/uClibc_stdio.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libc/sysdeps/linux/common/bits/uClibc_stdio.h b/libc/sysdeps/linux/common/bits/uClibc_stdio.h
index 67e1af1..16579aa 100644
--- a/libc/sysdeps/linux/common/bits/uClibc_stdio.h
+++ b/libc/sysdeps/linux/common/bits/uClibc_stdio.h
@@ -211,6 +211,7 @@ typedef _IO_cookie_io_functions_t cookie_io_functions_t;
 # else
 #  include <bits/pthreadtypes.h>
 #  define __UCLIBC_IO_MUTEX(M) pthread_mutex_t M
+# endif
 #endif
 
 struct __STDIO_FILE_STRUCT {
-- 
1.7.0.4

