diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-02-07 01:32:42 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-02-07 01:32:42 +0100 |
| commit | e207690982677e5a82dd68bdbed4626c9f55c10e (patch) | |
| tree | a014e3a81b4c5c77575192d2b378953f3e4a84eb /libpsx/include | |
| parent | d13246d52f7ee4eaf90ddc6c30458e853db313d1 (diff) | |
Remove ssize_t definition from stdlib.h
Diffstat (limited to 'libpsx/include')
| -rw-r--r-- | libpsx/include/stdlib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpsx/include/stdlib.h b/libpsx/include/stdlib.h index 661495a..e48e551 100644 --- a/libpsx/include/stdlib.h +++ b/libpsx/include/stdlib.h @@ -15,7 +15,6 @@ extern "C" #endif typedef unsigned int size_t; -typedef signed int ssize_t; /* Conversion functions */ |
