coreutils: update src-ls.c.patch

This commit is contained in:
Lucinda May Phipps 2021-10-22 06:35:05 +01:00 committed by GitHub
parent 9f86b9a18b
commit 93af891777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -11,12 +11,3 @@ diff -uNr coreutils-8.32/src/ls.c coreutils-8.32.mod/src/ls.c
while (true)
{
int oi = -1;
@@ -3018,7 +3021,7 @@
if (errno != EOVERFLOW)
break;
}
-#ifdef __linux__
+#if defined(__linux__) && !defined(__ANDROID__)
else if (! found_any_entries)
{
/* If readdir finds no directory entries at all, not even "." or