CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/11/22 12:10:27
Modified files: lib/librthread : Makefile Log message: Do not pass -Wmissing-prototypes when building on a non-ELF platform with gcc 3 as the compiler. The way constructors are built triggers this warning, which is fatal because of -Werror. ok espie@ guenther@