1 /* some things shouldn't be macros, get out your barf bag */
2 
3 #ifndef _BSD_STDLIB_H
4 #define _BSD_STDLIB_H
5 
6 #undef __MALLOC_0_RETURNS_NULL
7 #define __MALLOC_0_RETURNS_NULL
8 #include_next <stdlib.h>
9 #undef atoi
10 #undef atol
11 
12 #endif /* _BSD_STDLIB_H */
13