summaryrefslogtreecommitdiff
path: root/bits/confname.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-05-07 11:17:27 +0000
committerAndreas Jaeger <aj@suse.de>2001-05-07 11:17:27 +0000
commit8ee20e93a00706af34c10769e1342bf5722c888c (patch)
tree03a9368d656188425b4029fcbee02f146cf5affe /bits/confname.h
parent98f8cdf047f1bde284c7165a647e7bf93a5af7a0 (diff)
Update.
* sysdeps/generic/bits/confname.h: Remove extra comma at end of enumeration. Closes PR libc/2240.
Diffstat (limited to 'bits/confname.h')
-rw-r--r--bits/confname.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bits/confname.h b/bits/confname.h
index 9ffeb6235b..0313a685a7 100644
--- a/bits/confname.h
+++ b/bits/confname.h
@@ -560,7 +560,7 @@ enum
# define _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS
# endif
- _CS_V6_WIDTH_RESTRICTED_ENVS,
+ _CS_V6_WIDTH_RESTRICTED_ENVS
# define _CS_V6_WIDTH_RESTRICTED_ENVS _CS_V6_WIDTH_RESTRICTED_ENVS
};
#endif