[git commit 0.9.31 1/1] remove trailing comma in enum

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Tue Jul 27 15:07:25 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=ac86be72f8b01ac3792737f4b67283541cf2c15b
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/0.9.31

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/sysdeps/linux/common/bits/confname.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/sysdeps/linux/common/bits/confname.h b/libc/sysdeps/linux/common/bits/confname.h
index ec4b72a..97ddd47 100644
--- a/libc/sysdeps/linux/common/bits/confname.h
+++ b/libc/sysdeps/linux/common/bits/confname.h
@@ -527,7 +527,7 @@ enum
 
     _SC_THREAD_ROBUST_PRIO_INHERIT,
 #define _SC_THREAD_ROBUST_PRIO_INHERIT	_SC_THREAD_ROBUST_PRIO_INHERIT
-    _SC_THREAD_ROBUST_PRIO_PROTECT,
+    _SC_THREAD_ROBUST_PRIO_PROTECT
 #define _SC_THREAD_ROBUST_PRIO_PROTECT	_SC_THREAD_ROBUST_PRIO_PROTECT
   };
 
-- 
1.7.1



More information about the uClibc-cvs mailing list