about summary refs log tree commit diff
path: root/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-05 05:47:53 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-05 05:47:53 +0000
commit61d357cae37d7d84afa50bdba12dcf177980e7bf (patch)
treecb9f74682e77f817cf03ccbd6e83ac4ba1f31690 /bits
parent7ee0c09d61eb834813377c54f10b000020edd375 (diff)
downloadglibc-61d357cae37d7d84afa50bdba12dcf177980e7bf.tar.gz
glibc-61d357cae37d7d84afa50bdba12dcf177980e7bf.tar.xz
glibc-61d357cae37d7d84afa50bdba12dcf177980e7bf.zip
Update.
2000-05-04  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/generic/bits/confname.h (_SC* enum): Avoid comma at the
	end of enum.

2000-05-04  Jakub Jelinek  <jakub@redhat.com>

	* iconv/gconv.h (__gconv_t): Add __extension__ to make gcc -pedantic
	happy.
Diffstat (limited to 'bits')
-rw-r--r--bits/confname.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bits/confname.h b/bits/confname.h
index 3c4dbdb98c..80a2eda0af 100644
--- a/bits/confname.h
+++ b/bits/confname.h
@@ -420,7 +420,7 @@ enum
 #define _SC_PBS_MESSAGE			_SC_PBS_MESSAGE
     _SC_PBS_TRACK,
 #define _SC_PBS_TRACK			_SC_PBS_TRACK
-    _SC_SYMLOOP,
+    _SC_SYMLOOP
 #define _SC_SYMLOOP			_SC_SYMLOOP
   };