1/* 2004-12-12 SMS.
2 *
3 * Emergency replacement UNIXLIB.H for GNU C, for use as needed.
4 * Install as GNU_CC_INCLUDE:[000000]UNIXLIB.H
5 */
6
7#ifndef __UNIXLIB_LOADED
8#define __UNIXLIB_LOADED 1
9
10#include <sys/types.h>
11#include <stdlib.h>
12
13typedef struct stat stat_t;
14
15#endif  /* ndef __UNIXLIB_LOADED */
16
17