mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-18 16:00:25 +08:00
freebsd-userspace/Makefile: Resolve conflict so ifconfig and netstat are both here
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user