aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/units
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2017-09-05 07:46:45 +0000
committerEd Schouten <ed@FreeBSD.org>2017-09-05 07:46:45 +0000
commit733ba7f881784dc588a317e29e78c9cff759eb08 (patch)
treea54ab194210b59d308abe62767724ee7a4a43805 /usr.bin/units
parent7f1e5ebba8279c4c9a53469ab3e09a0b075baad9 (diff)
downloadsrc-733ba7f881784dc588a317e29e78c9cff759eb08.tar.gz
src-733ba7f881784dc588a317e29e78c9cff759eb08.zip
Merge pipes and socket pairs.
Now that CloudABI's sockets API has been changed to be addressless and only connected socket instances are used (e.g., socket pairs), they have become fairly similar to pipes. The only differences on CloudABI is that socket pairs additionally support shutdown(), send() and recv(). To simplify the ABI, we've therefore decided to remove pipes as a separate file descriptor type and just let pipe() return a socket pair of type SOCK_STREAM. S_ISFIFO() and S_ISSOCK() are now defined identically.
Notes
Notes: svn path=/head/; revision=323177
Diffstat (limited to 'usr.bin/units')
0 files changed, 0 insertions, 0 deletions