mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 06:53:33 +00:00
Release redbean v2.1
This commit is contained in:
parent
8aca94f951
commit
1c0adb556d
2 changed files with 3 additions and 1 deletions
|
@ -4557,6 +4557,8 @@ UNIX MODULE
|
|||
unix.Memory:read([offset:int[, bytes:int]])
|
||||
└─→ str
|
||||
|
||||
Reads bytes from memory region
|
||||
|
||||
`offset` is the starting byte index from which memory is copied,
|
||||
which defaults to zero.
|
||||
|
||||
|
|
|
@ -157,7 +157,7 @@ STATIC_YOINK("ShowCrashReportsEarly");
|
|||
#define REDBEAN "redbean"
|
||||
#endif
|
||||
|
||||
#define VERSION 0x020013
|
||||
#define VERSION 0x020100
|
||||
#define HASH_LOAD_FACTOR /* 1. / */ 4
|
||||
#define MONITOR_MICROS 150000
|
||||
#define READ(F, P, N) readv(F, &(struct iovec){P, N}, 1)
|
||||
|
|
Loading…
Reference in a new issue