Up to [cvs.NetBSD.org] / src / lib / libc / include
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.2 / (download) - annotate - [select for diffs], Sat May 16 16:16:59 2020 UTC (3 years ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
HEAD
Changes since 1.1: +7 -8
lines
Diff to previous 1.1 (colored)
Avoid pulling in "namespace.h" here, as it can have unintended effects on consumers of this header.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 26 18:53:32 2020 UTC (3 years, 1 month ago) by thorpej
Branch: MAIN
Add a NetBSD native futex implementation, mostly written by riastradh@. Map the COMPAT_LINUX futex calls to the native ones.