NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bin/51846: [PATCH] tests/lib/libc/sys/t_socketpair: use closefrom(3) instead of fcntl(3, F_CLOSEM) for portability



>Number:         51846
>Category:       bin
>Synopsis:       [PATCH] tests/lib/libc/sys/t_socketpair: use closefrom(3) instead of fcntl(3, F_CLOSEM) for portability
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 13 05:25:00 +0000 2017
>Originator:     Ngie Cooper
>Release:        7.0.2
>Organization:
>Environment:
n/a
>Description:
Use "closefrom(3)" instead of "fcntl(3, F_CLOSEM)" for portability reasons (closefrom is available on FreeBSD).
>How-To-Repeat:

>Fix:



Home | Main Index | Thread Index | Old Index