aboutsummaryrefslogtreecommitdiff
path: root/stdlib/stdlib.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-24 16:49:20 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-24 16:49:20 +0000
commit50497a166cdd7936a96ab303578aa5d1f75414bf (patch)
tree17760c927dfb1a7b8063d2fa5b64eb4cd4c6298e /stdlib/stdlib.h
parent002e2dc42b80045459fdfe9864ff11adaeb0b0a9 (diff)
downloadglibc-50497a166cdd7936a96ab303578aa5d1f75414bf.tar
glibc-50497a166cdd7936a96ab303578aa5d1f75414bf.tar.gz
glibc-50497a166cdd7936a96ab303578aa5d1f75414bf.tar.bz2
glibc-50497a166cdd7936a96ab303578aa5d1f75414bf.zip
(__initstate): Correct types of parameters and return value. (__setstate): Likewise.
Diffstat (limited to 'stdlib/stdlib.h')
-rw-r--r--stdlib/stdlib.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/stdlib.h b/stdlib/stdlib.h
index db624dea16..8829106446 100644
--- a/stdlib/stdlib.h
+++ b/stdlib/stdlib.h
@@ -32,6 +32,11 @@
#endif
#include <stddef.h>
+__BEGIN_DECLS
+
+#ifndef __need_malloc_and_calloc
+#define _STDLIB_H 1
+
#ifdef __USE_XOPEN
/* XPG requires a few symbols from <sys/wait.h> being defined. */
# include <bits/waitflags.h>
@@ -87,11 +92,6 @@ typedef union
# endif
#endif
-__BEGIN_DECLS
-
-#ifndef __need_malloc_and_calloc
-#define _STDLIB_H 1
-
/* Returned by `div'. */
typedef struct
{