freebsd-userspace/Makefile: Resolve conflict so ifconfig and netstat are both here

This commit is contained in:
Joel Sherrill
2012-09-07 13:19:21 -05:00
parent ebbe3cc71f
commit e6fe77ef56
4 changed files with 34 additions and 1 deletions

View File

@@ -41,7 +41,11 @@
* or more threads. It is used to avoid calling locking functions
* when they are not required.
*/
#ifdef __rtems__
#define __isthreaded 1
#else
extern int __isthreaded;
#endif
/*
* libc should use libc_dlopen internally, which respects a global