mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-06 23:02:10 +03:00
54446d730c
also add a warning to the existing sys/poll.h. the warning is absent from sys/dir.h because it is actually providing a slightly different API to the program, and thus just replacing the #include directive is not a valid fix to programs using this one.
3 lines
42 B
C
3 lines
42 B
C
#include <dirent.h>
|
|
#define direct dirent
|