From 50497a166cdd7936a96ab303578aa5d1f75414bf Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 24 Feb 2000 16:49:20 +0000 Subject: (__initstate): Correct types of parameters and return value. (__setstate): Likewise. --- stdlib/stdlib.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'stdlib/stdlib.h') 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 +__BEGIN_DECLS + +#ifndef __need_malloc_and_calloc +#define _STDLIB_H 1 + #ifdef __USE_XOPEN /* XPG requires a few symbols from being defined. */ # include @@ -87,11 +92,6 @@ typedef union # endif #endif -__BEGIN_DECLS - -#ifndef __need_malloc_and_calloc -#define _STDLIB_H 1 - /* Returned by `div'. */ typedef struct { -- cgit v1.2.3