NetBSD/lib/libc/md
apb 6aae635b8d According to Alexander Bluhm in tech-toolchain on 31 Jan 2009, the way
these files use __weak_alias causes build failures under OpenBSD,
because the OpenBSD __weak_alias macro expects the caller to supply a
semicolon, but the NetBSD __weak_alias macro supplies its own semicolon.

Attempt to fix this by avoiding the use of __weak_alias during a tools
build.
2009-03-06 18:15:23 +00:00
..
Makefile.inc Put public domain MD2 implementation in libc/hash/md2. 2005-09-24 20:51:14 +00:00
md2hl.c
md4.copyright
md4hl.c The weak alias macros can only work before namespace.h gets included because 2005-09-26 03:01:41 +00:00
md5.copyright
md5hl.c The weak alias macros can only work before namespace.h gets included because 2005-09-26 03:01:41 +00:00
mdX.3
mdXhl.c According to Alexander Bluhm in tech-toolchain on 31 Jan 2009, the way 2009-03-06 18:15:23 +00:00