summaryrefslogtreecommitdiff
path: root/vms/unixlib_gcc.h
blob: eda4ed912204acf8dd85b7888775d04360ce410b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* 2004-12-12 SMS.
 *
 * Emergency replacement UNIXLIB.H for GNU C, for use as needed.
 * Install as GNU_CC_INCLUDE:[000000]UNIXLIB.H
 */

#ifndef __UNIXLIB_LOADED
#define __UNIXLIB_LOADED 1

#include <sys/types.h>
#include <stdlib.h>

typedef struct stat stat_t;

#endif  /* ndef __UNIXLIB_LOADED */