about summary refs log tree commit diff
path: root/sysdeps/wordsize-32
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-02-11 14:59:52 +0000
committerUlrich Drepper <drepper@redhat.com>1999-02-11 14:59:52 +0000
commit5ff1a70a0fe9c3ce3b675e7fced1b6d63ed8547b (patch)
tree74a5ec4fb8f91e200b65df7c7cf86d0ef71d2f82 /sysdeps/wordsize-32
parent49b75f5ef5da3136e4b4015e23e2fe38aacbc7b3 (diff)
downloadglibc-5ff1a70a0fe9c3ce3b675e7fced1b6d63ed8547b.tar.gz
glibc-5ff1a70a0fe9c3ce3b675e7fced1b6d63ed8547b.tar.xz
glibc-5ff1a70a0fe9c3ce3b675e7fced1b6d63ed8547b.zip
Update.
1999-02-11  Ulrich Drepper  <drepper@cygnus.com>

	* localedata/locale/in_ID: New file.

1999-02-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet
	defined.

	* sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet
	defined.
Diffstat (limited to 'sysdeps/wordsize-32')
-rw-r--r--sysdeps/wordsize-32/inttypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/wordsize-32/inttypes.h b/sysdeps/wordsize-32/inttypes.h
index e80036bd24..2e34e9753c 100644
--- a/sysdeps/wordsize-32/inttypes.h
+++ b/sysdeps/wordsize-32/inttypes.h
@@ -252,7 +252,7 @@
 __BEGIN_DECLS
 
 /* We have to define the `uintmax_t' type using `lldiv_t'.  */
-#ifndef _STDLIB_H
+#ifndef __lldiv_t_defined
 /* Returned by `lldiv'.  */
 __extension__ typedef struct
   {