summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/linux-2.0/__stdlib.h
blob: eaa0bb988eef09d4fdccdfac8df94f9b394f9510 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

#ifndef	_SYS___STDLIB_H_
#define	_SYS___STDLIB_H_

#include <features.h>

/* Get size_t, wchar_t and NULL from <stddef.h>.  */
#define __need_size_t
#define __need_wchar_t
#define __need_NULL
#include <stddef.h>

#define __need_Emath
#include <errno.h>

/* Get HUGE_VAL (returned by strtod on overflow) from <float.h>.  */
#define __need_HUGE_VAL
#include <float.h>

#endif