david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Added missing ssize_t

This commit is contained in:
Michael Brown 2006-04-25 12:55:23 +00:00
parent cf3783b4ca
commit 7a82c3eca3
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define STDINT_H
typedef unsigned long size_t;
typedef signed long ssize_t;
typedef signed long off_t;
typedef unsigned char uint8_t;