summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-27 17:05:59 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-07-27 17:06:44 +0200
commitac86be72f8b01ac3792737f4b67283541cf2c15b (patch)
tree55ff3b5ccde38435428a9011b4166a4d1c442beb
parentafd7606ca42a2586b8823c7bd1a4a7cfd2476e3b (diff)
downloaduClibc-alpine-ac86be72f8b01ac3792737f4b67283541cf2c15b.tar.bz2
uClibc-alpine-ac86be72f8b01ac3792737f4b67283541cf2c15b.tar.xz
remove trailing comma in enum
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r--libc/sysdeps/linux/common/bits/confname.h2
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 ec4b72a22..97ddd4751 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
};