mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 07:20:47 +03:00
Added missing ssize_t
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
#define STDINT_H
|
#define STDINT_H
|
||||||
|
|
||||||
typedef unsigned long size_t;
|
typedef unsigned long size_t;
|
||||||
|
typedef signed long ssize_t;
|
||||||
typedef signed long off_t;
|
typedef signed long off_t;
|
||||||
|
|
||||||
typedef unsigned char uint8_t;
|
typedef unsigned char uint8_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user