mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +00:00
Base: Mention that sendfd & recvfd were introduced in plan9port
This commit is contained in:
parent
6efbbcd4ba
commit
f08aa6324e
2 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,10 @@ If a file descriptor is successfully received, it is returned as a non-negative
|
|||
* `EINVAL`: `sockfd` does not refer to a connected or accepted socket.
|
||||
* `EAGAIN`: There is no file descriptor queued on this socket.
|
||||
|
||||
## History
|
||||
|
||||
`recvfd()` was first introduced in Plan 9 from User Space.
|
||||
|
||||
## See also
|
||||
|
||||
* [`sendfd`(2)](sendfd.md)
|
||||
|
|
|
@ -29,6 +29,10 @@ If a file descriptor is successfully received, it is returned as a positive inte
|
|||
* `EINVAL`: `sockfd` does not refer to a connected or accepted socket.
|
||||
* `EBUSY`: There are too many file descriptors already waiting to be received by the peer.
|
||||
|
||||
## History
|
||||
|
||||
`sendfd()` was first introduced in Plan 9 from User Space.
|
||||
|
||||
## See also
|
||||
|
||||
* [`recvfd`(2)](recvfd.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue