Home
last modified time | relevance | path

Searched hist:"39 e499a8d2c9d57b59ccdcb420ea1e66e10df24e" (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libc/gen/
H A Dposix_spawn_file_actions_addopen.3diff 39e499a8d2c9d57b59ccdcb420ea1e66e10df24e Thu May 09 18:42:01 CEST 2013 Jilles Tjoelker <jilles@FreeBSD.org> posix_spawn_file_actions_addopen(3): Correct error for bad file descriptor.

As per POSIX.1-2008, posix_spawn_file_actions_add* return [EBADF] if a file
descriptor is negative, not [EINVAL]. The bug was only in the manual page;
the code is correct.

MFC after: 1 week