freebsd-dev/lib/libnetbsd
Enji Cooper 800a0e2672 libnetbsd: add pthread.h compat header
FreeBSD has pthread_np.h, which is used for consolidating all non-POSIX
functions, but NetBSD doesn't have this concept. Make _np functions work
seamlessly when ported from NetBSD to FreeBSD
2017-01-16 18:51:27 +00:00
..
netinet The NetBSD libc tests use several definitions/macros that aren't available in 2014-10-22 21:04:54 +00:00
sys libnetbsd: add sys/event.h compat header 2017-01-15 22:00:30 +00:00
glob.h Fix copy-pasted copyright 2017-01-15 10:24:45 +00:00
Makefile First pass through library packaging. 2016-02-04 21:16:35 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
pthread.h libnetbsd: add pthread.h compat header 2017-01-16 18:51:27 +00:00
README Fix spelling error. 2015-11-05 01:54:38 +00:00
rmd160.h
sha1.h libnetbsd: improve sha1.h compat with FreeBSD 2017-01-14 07:57:34 +00:00
sha2.h libnetbsd: improve sha2.h compat with FreeBSD 2017-01-14 08:10:37 +00:00
stdio.h libnetbsd: more portability fixes with stdio.h and util.h 2017-01-15 21:18:58 +00:00
stdlib.h
strsuftoll.c
util.c Include "util.h", not <util.h>. The header is in the same directory 2016-10-24 17:57:46 +00:00
util.h libnetbsd: more portability fixes with stdio.h and util.h 2017-01-15 21:18:58 +00:00

$FreeBSD$

libnetbsd is a thin compatibility layer intended to allow a limited
set of NetBSD software to compile as part of the FreeBSD build with
little or no modification.  It is built as a static library and not
installed for general use.  Likewise, its header files are not
installed.