]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Added missing ssize_t
authorMichael Brown <mcb30@etherboot.org>
Tue, 25 Apr 2006 12:55:23 +0000 (12:55 +0000)
committerMichael Brown <mcb30@etherboot.org>
Tue, 25 Apr 2006 12:55:23 +0000 (12:55 +0000)
src/arch/i386/include/stdint.h

index c801cf6f4ed43966accd9a628a805e440a8bec41..f17807ae47d9f2f274f25fab0b521f4bfb8f9ea2 100644 (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;