-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
C-API-requestCategory: API requestCategory: API requestE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.O-unix
Milestone

Description
The results of read
[1] and write
[2] system calls are implementation-defined if the count
parameter is larger than value of SSIZE_MAX
constant defined in limits.h
according to POSIX.1 standard.
So in order to make it possible to use read
and write
in a portable manner, SSIZE_MAX
should be exposed on POSIX.1-conformant systems.
[1] https://pubs.opengroup.org/onlinepubs/9699919799/functions/read.html
[2] https://pubs.opengroup.org/onlinepubs/9699919799/functions/write.html
Metadata
Metadata
Assignees
Labels
C-API-requestCategory: API requestCategory: API requestE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.O-unix