mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 01:40:07 +00:00
c82005921e
On a 32-bit platform with a 64-bit ino_t type (__INO_T_MATCHES_INO64_T defined) we want to update the stat struct to remove the padding as it isn't required. As we don't have the padding we also need to update the overflow checker to not access the undefined members.
4 lines
84 B
Makefile
4 lines
84 B
Makefile
ifeq ($(subdir),misc)
|
|
sysdep_routines += epoll_create inotify_init stat-check
|
|
endif
|