Add another missing change for Android

This commit is contained in:
Thomas Pöchtrager 2019-11-06 18:21:03 +01:00
parent 9fa76fb95a
commit 8239a5211b
2 changed files with 5 additions and 5 deletions

View File

@ -0,0 +1,5 @@
#include_next <dirent.h>
#ifndef MAXNAMLEN
#define MAXNAMLEN NAME_MAX /* DragonFlyBSD and Android */
#endif

View File

@ -1,5 +0,0 @@
#include_next <sys/dirent.h>
#ifndef MAXNAMLEN
#define MAXNAMLEN NAME_MAX /* DragonFly BSD */
#endif