1 /* Copyright (c) 2002 Jeff Johnston  <jjohnstn@redhat.com> */
2 #ifndef	_MACHSTDLIB_H_
3 #define	_MACHSTDLIB_H_
4 
5 /* place holder so platforms may add stdlib.h extensions */
6 
7 #endif	/* _MACHSTDLIB_H_ */
8 
9 
10