History log of /netbsd/sys/compat/sys/resource.h (Results 1 – 4 of 4)
Revision Date Author Comments
# a949d096 04-Oct-2013 christos <christos@NetBSD.org>

prefix compat with __ in case __dso_hidden is not available


# fafcda42 04-Oct-2013 christos <christos@NetBSD.org>

avoid linker warning for compat symbols that are used internally in libc,
by introducing a hidden compat_foo() function, using that internally in
libc, and exposing foo as a strong alias to compat_fo

avoid linker warning for compat symbols that are used internally in libc,
by introducing a hidden compat_foo() function, using that internally in
libc, and exposing foo as a strong alias to compat_foo(). I am open for
better ideas.

show more ...


# 25a76c08 17-Jan-2009 njoly <njoly@NetBSD.org>

Convert linux/linux32 wait(4) to use a compat50 rusage structure.


# 461a86f9 11-Jan-2009 christos <christos@NetBSD.org>

merge christos-time_t