Sourceware Bugzilla – Attachment 12210 Details for
Bug 23960
[2.28 Regression]: New getdents{64} implementation breaks qemu-user
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
getdents emulation for glibc
getdents_emulation.glibc.patch (text/plain), 423 bytes, created by
Aladjev Andrew
on 2020-01-15 05:49:26 UTC
(
hide
)
Description:
getdents emulation for glibc
Filename:
MIME Type:
Creator:
Aladjev Andrew
Created:
2020-01-15 05:49:26 UTC
Size:
423 bytes
patch
obsolete
>diff --git a/sysdeps/unix/sysv/linux/getdents.c b/sysdeps/unix/sysv/linux/getdents.c >index 3eec4c4221..ab0319ddb5 100644 >--- a/sysdeps/unix/sysv/linux/getdents.c >+++ b/sysdeps/unix/sysv/linux/getdents.c >@@ -24,6 +24,9 @@ > # include <string.h> > # include <errno.h> > >+#undef __NR_getdents64 >+#define __NR_getdents64 0xffff >+ > # ifndef DIRENT_SET_DP_INO > # define DIRENT_SET_DP_INO(dp, value) (dp)->d_ino = (value) > # endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23960
:
11441
|
11808
| 12210 |
12211