File: unixlib_gcc.h

package info (click to toggle)
unzip 6.0-26%2Bdeb11u1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 10,300 kB
  • sloc: ansic: 55,351; cpp: 4,084; makefile: 2,479; asm: 1,789; cs: 1,012; sh: 120
file content (16 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (17)
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 */