diff options
| author | Ricardo Branco <rbranco@suse.de> | 2025-05-17 17:10:19 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2025-07-06 23:08:41 +0000 |
| commit | efadb5c2a908a08e98f917ef6e6e65c73e8d04af (patch) | |
| tree | edb28e3d8e76074c0b808851e447bc36141fba51 /lib/libsys/accept.2 | |
| parent | 971f738679e2e57114366c0f69af99e07150f1ff (diff) | |
Diffstat (limited to 'lib/libsys/accept.2')
| -rw-r--r-- | lib/libsys/accept.2 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/lib/libsys/accept.2 b/lib/libsys/accept.2 index 53926b3153d2..2da2af066a5b 100644 --- a/lib/libsys/accept.2 +++ b/lib/libsys/accept.2 @@ -25,7 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd October 9, 2014 +.Dd May 17, 2025 .Dt ACCEPT 2 .Os .Sh NAME @@ -85,6 +85,13 @@ and the close-on-exec flag on the new file descriptor can be set via the flag in the .Fa flags argument. +Similarly, the +.Dv O_CLOFORK +property can be set via the +.Dv SOCK_CLOFORK +flag in the +.Fa flags +argument. .Pp If no pending connections are present on the queue, and the original socket @@ -234,3 +241,8 @@ The .Fn accept4 system call appeared in .Fx 10.0 . +.Pp +The +.Dv SOCK_CLOFORK +flag appeared in +.Fx 15.0 . |
