aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/softfloat/Symbol.map
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2025-09-07 10:59:45 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2025-09-08 03:01:05 +0000
commitfd9e09cb2ab07993e8dc783c802f273329e70bb8 (patch)
tree62c8b32d85bf739492226e5cb5ae9a85835d0716 /lib/libc/softfloat/Symbol.map
parentfdb3b695a4d19f098367be4fe2df51bec991170d (diff)
kern: replace several EBADF with EINVALHEADmain
EBADF semantic is that the passed fd is invalid, not that it is of wrong type. Using EBADF in these places in kern_event.c and sys_procdesc.c give bad examples to copy from. Note that places in kern_event.c that checks KQ_CLOSING and return EBADF are kept, since KQ_CLOSING is the transient state before the fd is finally closed and become eligible for EBADF. Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D52410
Diffstat (limited to 'lib/libc/softfloat/Symbol.map')
0 files changed, 0 insertions, 0 deletions