CVS log for src/sys/sys/epoll.h
Up to [cvs.NetBSD.org] / src / sys / sys
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Oct 30 15:56:12 2024 UTC (2 months, 3 weeks ago) by riastradh
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -2
lines
Sprinkle <sys/featuretest.h> where _*_SOURCE macros are consulted.
Otherwise, the feature tests might come out wrong. For example,
header files that check for _NETBSD_SOURCE won't get the default when
no other _*_SOURCE macros are defined; header files that check for
_POSIX_C_SOURCE might miss _XOPEN_SOURCE, which is supposed to imply
a corresponding _POSIX_C_SOURCE.
PR lib/58752: various header files test _*_SOURCE macros but don't
include sys/featuretest.h
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jul 30 18:31:14 2023 UTC (17 months, 3 weeks ago) by christos
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -1
lines
Add EPOLL_CLOEXEC (Theodore Preduta)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jul 28 18:19:01 2023 UTC (17 months, 3 weeks ago) by christos
Branches: MAIN
Add epoll(2) from Theodore Preduta as part of GSoC 2023
CVSweb <webmaster@jp.NetBSD.org>