freebsd-dev/lib/libthread_db
Ed Schouten ae824d80f2 Fix warnings found by -Wmising-variable-declarations.
This self-written compiler warning, which is hopefully going to be
committed into LLVM sources soon, warns about potentially missing
`static' keywords, similar to -Wmissing-prototypes.

- bin/pax: Move external declaration of chdname and s_mask into extern.h.
- bin/setfacl: Move setfacl.c-specific stuff out of setfacl.h.
- sbin/mount_fusefs: Remove char *progname; use getprogname().
- others: add `static' where possible.
2012-10-19 05:43:38 +00:00
..
arch Implement 2011-08-06 17:50:37 +00:00
kse.h - Restore kse.h in this directory so other tools don't find it by mistake. 2008-03-23 09:38:11 +00:00
libpthread_db.c Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
libpthread_db.h Cleanup for WARNS 3. 2008-07-31 16:26:58 +00:00
libthr_db.c Fix warnings found by -Wmising-variable-declarations. 2012-10-19 05:43:38 +00:00
Makefile Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to 2012-02-28 18:30:18 +00:00
Symbol.map Extend the td_thrinfo_t to include siginfo for the signal that stopped 2010-07-04 12:08:04 +00:00
thread_db_int.h Extend the td_thrinfo_t to include siginfo for the signal that stopped 2010-07-04 12:08:04 +00:00
thread_db.c Extend the td_thrinfo_t to include siginfo for the signal that stopped 2010-07-04 12:08:04 +00:00
thread_db.h Extend the td_thrinfo_t to include siginfo for the signal that stopped 2010-07-04 12:08:04 +00:00