summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man2/select_tut.2
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:52:33 +0000
commit2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch)
tree65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/archlinux/man2/select_tut.2
parentReleasing progress-linux version 4.22.0-1~progress7.99u1. (diff)
downloadmanpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz
manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/archlinux/man2/select_tut.2')
-rw-r--r--upstream/archlinux/man2/select_tut.23
1 files changed, 2 insertions, 1 deletions
diff --git a/upstream/archlinux/man2/select_tut.2 b/upstream/archlinux/man2/select_tut.2
index ab6c8c30..42968e54 100644
--- a/upstream/archlinux/man2/select_tut.2
+++ b/upstream/archlinux/man2/select_tut.2
@@ -9,7 +9,7 @@
.\" various other changes
.\" 2008-01-26, mtk, substantial changes and rewrites
.\"
-.TH SELECT_TUT 2 2023-10-31 "Linux man-pages 6.06"
+.TH SELECT_TUT 2 2024-05-02 "Linux man-pages 6.8"
.SH NAME
select, pselect \- synchronous I/O multiplexing
.SH LIBRARY
@@ -344,6 +344,7 @@ from one TCP port to another.
#include <string.h>
#include <sys/select.h>
#include <sys/socket.h>
+#include <sys/types.h>
#include <unistd.h>
\&
static int forward_port;