mirror of git://sourceware.org/git/glibc.git
Using gcc -Wshift-overflow=2 -Wsystem-headers to compile a file including <sys/mount.h> will cause a warning since 1 << 31 is undefined behavior on platforms where int is 32-bits. Signed-off-by: Collin Funk <collin.funk1@gmail.com> Tested-by: Carlos O'Donell <carlos@redhat.com> Reviewed-by: Carlos O'Donell <carlos@redhat.com> |
||
|---|---|---|
| .. | ||
| acct.h | ||
| epoll.h | ||
| eventfd.h | ||
| fanotify.h | ||
| fsuid.h | ||
| inotify.h | ||
| kd.h | ||
| klog.h | ||
| mount.h | ||
| pci.h | ||
| personality.h | ||
| pidfd.h | ||
| prctl.h | ||
| procfs.h | ||
| ptrace.h | ||
| quota.h | ||
| raw.h | ||
| reboot.h | ||
| rseq.h | ||
| signalfd.h | ||
| soundcard.h | ||
| swap.h | ||
| syscall.h | ||
| sysinfo.h | ||
| timerfd.h | ||
| timex.h | ||
| ttydefaults.h | ||
| user.h | ||
| vt.h | ||