about summary refs log tree commit diff
path: root/libio/libio.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-29 22:42:30 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-29 22:42:30 +0000
commit999b2f6bd7c194dff96e323fffbbe59564bfc1ee (patch)
treed7b70093f07ff8458a02e92c6a72a7b15a8ec41b /libio/libio.h
parentcf26217d2cabf23e09233f2ba9dbfd4138942868 (diff)
downloadglibc-999b2f6bd7c194dff96e323fffbbe59564bfc1ee.tar.gz
glibc-999b2f6bd7c194dff96e323fffbbe59564bfc1ee.tar.xz
glibc-999b2f6bd7c194dff96e323fffbbe59564bfc1ee.zip
Update.
1998-09-29  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de> 
 
	* nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free. 
 
1998-09-29  Cristian Gafton  <gafton@redhat.com>

	* sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[]. 
	* sysdeps/unix/sysv/linux/net/if_shaper.h: New file. 
	* sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h.
	* sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers):
	Add net/if_shaper.h.

	* libio/libio.h [!__STDC__]: Define const only if not defined.
Diffstat (limited to 'libio/libio.h')
-rw-r--r--libio/libio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libio/libio.h b/libio/libio.h
index 7b2f70cdab..b257f13915 100644
--- a/libio/libio.h
+++ b/libio/libio.h
@@ -72,7 +72,9 @@
 #endif /*!_PARAMS*/
 
 #ifndef __STDC__
-# define const
+# ifndef const
+#  define const
+# endif
 #endif
 #define _IO_UNIFIED_JUMPTABLES 1
 #ifndef _G_HAVE_PRINTF_FP