summaryrefslogtreecommitdiff
path: root/notes.md
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-12-10 02:12:39 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-12-10 02:26:12 -0700
commit22d27936b3d771a36b170b1f4b4ba58badbf3971 (patch)
tree4c1c0790b7b79e54e44dde00cf488d1620614846 /notes.md
parent7bc1e8049dbbf572a773d01547eb9b587b112061 (diff)
Get lib9p building on rp2040
Diffstat (limited to 'notes.md')
-rw-r--r--notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/notes.md b/notes.md
index 362445f..8afdb78 100644
--- a/notes.md
+++ b/notes.md
@@ -50,7 +50,7 @@ Which file to include:
| `blksize_t` | `<sys/types.h>` | signed |
| `pid_t` | `<sys/types.h>` | signed |
| `ssize_t` | `<sys/types.h>` | signed |
-| `SSIZE_MAX` | `<limits.h>` | |
+| `SSIZE_MAX` | `<limits.h>` | not in newlib |
| `suseconds_t` | `<sys/types.h>` | signed |
| `clock_t` | `<sys/types.h>` | could be float |
| `time_t` | `<sys/types.h>` | signed |