bits/signal.h: add register names for x86(_64)
authorrofl0r <retnyg@gmx.net>
Thu, 6 Dec 2012 17:14:45 +0000 (18:14 +0100)
committerrofl0r <retnyg@gmx.net>
Thu, 6 Dec 2012 17:14:49 +0000 (18:14 +0100)
commita631c5df53c22146389228f228506936e258379b
tree0198dd09fda0f944d0ee15c58b63e0de75a5968e
parent120e402de66bf0791a4f76dd1ee0e089809814f3
bits/signal.h: add register names for x86(_64)

glibc exposes them from ucontext.h.
since that header includes signal.h, it is safe to put them
into bits/signal.h, if _GNU_SOURCE is defined.
arch/i386/bits/signal.h
arch/x86_64/bits/signal.h