summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-30 13:57:59 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-30 13:57:59 +0000
commitbbbaf0b38d285f4ca2b49d0ecc0a6be0feffdc46 (patch)
tree65f1a1af812bb1d173d7139c60ca10116ed733aa
parenta88c815a54976e93e938580a280b05b7f2253d29 (diff)
downloadglibc-bbbaf0b38d285f4ca2b49d0ecc0a6be0feffdc46.tar.gz
[!__STDC__]: Define const only if not defined.
-rw-r--r--libio/libio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libio/libio.h b/libio/libio.h
index 20eb5a9e1a..fe290623ac 100644
--- a/libio/libio.h
+++ b/libio/libio.h
@@ -69,8 +69,10 @@ the executable file might be covered by the GNU General Public License. */
#endif /*!_PARAMS*/
#ifndef __STDC__
+#ifndef const
#define const
#endif
+#endif
#define _IO_UNIFIED_JUMPTABLES 1
#if 0