mirror of git://sourceware.org/git/glibc.git
It refactor how signals are defined by each architecture. Instead of include a generic header (bits/signum-generic.h) and undef non-default values in an arch specific header (bits/signum.h) the new scheme uses a common definition (bits/signum-generic.h) and each architectures add its specific definitions on a new header (bits/signum-arch.h). For Linux it requires copy some system default definitions to alpha, hppa, and sparc. They are historical values and newer ports uses the generic Linux signum-arch.h. For Hurd the BSD signum is removed and moved to a new header (it is used currently only on Hurd). Checked on a build against all affected ABIs. Reviewed-by: Carlos O'Donell <carlos@redhat.com> Tested-by: Carlos O'Donell <carlos@redhat.com> |
||
---|---|---|
.. | ||
a.out.h | ||
dirent.h | ||
elfclass.h | ||
epoll.h | ||
errno.h | ||
eventfd.h | ||
fcntl.h | ||
inotify.h | ||
ioctls.h | ||
local_lim.h | ||
mman.h | ||
netdb.h | ||
procfs-prregset.h | ||
procfs.h | ||
resource.h | ||
sigaction.h | ||
signalfd.h | ||
signum-arch.h | ||
sigstack.h | ||
socket-constants.h | ||
socket_type.h | ||
stat.h | ||
statfs.h | ||
termios-baud.h | ||
termios-c_cc.h | ||
termios-c_cflag.h | ||
termios-c_iflag.h | ||
termios-c_lflag.h | ||
termios-c_oflag.h | ||
termios-struct.h | ||
timerfd.h | ||
typesizes.h | ||
wordsize.h |