diff options
author | des <des@FreeBSD.org> | 2004-01-14 08:36:36 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-01-14 08:36:36 +0000 |
commit | 5af668018e795d9c17119260794d60fed627ba1e (patch) | |
tree | 0723a0bfadf085294a673b518087c37cfba56cda /lib/libpthread/man/sem_init.3 | |
parent | 9766be385ffdb0c1bf9aec8d6161ec8734c3e18f (diff) | |
download | FreeBSD-src-5af668018e795d9c17119260794d60fed627ba1e.zip FreeBSD-src-5af668018e795d9c17119260794d60fed627ba1e.tar.gz |
#include <machine/cpufunc.h>, which may define inline versions of some
of the functions in libkern. Without this, parts of the kernel would
reference a non-existent (undeclared and undefined) ffs() function; the
only reason this didn't break the kernel build is that gcc happens to
have a built-in ffs() and incorrectly fails to warn about the lack of
prototypes for built-in functions.
Diffstat (limited to 'lib/libpthread/man/sem_init.3')
0 files changed, 0 insertions, 0 deletions