mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-23 12:19:40 +00:00
Add another missing change for Android
This commit is contained in:
parent
9fa76fb95a
commit
8239a5211b
5
cctools/include/foreign/dirent.h
Normal file
5
cctools/include/foreign/dirent.h
Normal file
@ -0,0 +1,5 @@
|
||||
#include_next <dirent.h>
|
||||
|
||||
#ifndef MAXNAMLEN
|
||||
#define MAXNAMLEN NAME_MAX /* DragonFlyBSD and Android */
|
||||
#endif
|
@ -1,5 +0,0 @@
|
||||
#include_next <sys/dirent.h>
|
||||
|
||||
#ifndef MAXNAMLEN
|
||||
#define MAXNAMLEN NAME_MAX /* DragonFly BSD */
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user