mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27:35 +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
|
@ -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