| Bug ID | 102031 |
|---|---|
| Summary | xf86drm.c should use readdir() instead of readdir_r() |
| Product | DRI |
| Version | XOrg git |
| Hardware | Other |
| OS | All |
| Status | NEW |
| Severity | normal |
| Priority | medium |
| Component | libdrm |
| Assignee | dri-devel@lists.freedesktop.org |
| Reporter | thomasanderson@google.com |
readdir_r() has been deprecated in glibc-2.24, so trying to compile libdrm against those headers will give a deprecation warning.