mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
- no features with Apple Inc. (Heikki Lindholm)
This commit is contained in:
parent
f9636d5684
commit
699b63b8c4
@ -1,6 +1,9 @@
|
||||
#ifndef __KCONFIG_FOO_H
|
||||
#define __KCONFIG_FOO_H
|
||||
|
||||
#ifndef __APPLE__
|
||||
#include <features.h>
|
||||
#endif
|
||||
#include <limits.h>
|
||||
|
||||
#ifndef PATH_MAX
|
||||
|
Loading…
Reference in New Issue
Block a user