mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-07 13:41:32 +00:00
utils: Add mips signalfd syscall numbers
Signed-off-by: James Cowgill <james410@cowgill.org.uk>
This commit is contained in:
parent
b9977146fc
commit
f53b591652
@ -117,6 +117,12 @@ struct signalfd_siginfo
|
|||||||
# define __NR_signalfd4 322
|
# define __NR_signalfd4 322
|
||||||
# elif __arm__
|
# elif __arm__
|
||||||
# define __NR_signalfd4 355
|
# define __NR_signalfd4 355
|
||||||
|
# elif __mips__ && _MIPS_SIM == _ABIO32
|
||||||
|
# define __NR_signalfd4 4324
|
||||||
|
# elif __mips__ && _MIPS_SIM == _ABI64
|
||||||
|
# define __NR_signalfd4 5283
|
||||||
|
# elif __mips__ && _MIPS_SIM == _ABIN32
|
||||||
|
# define __NR_signalfd4 6287
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -132,6 +138,12 @@ struct signalfd_siginfo
|
|||||||
# define __NR_signalfd 316
|
# define __NR_signalfd 316
|
||||||
# elif __arm__
|
# elif __arm__
|
||||||
# define __NR_signalfd 349
|
# define __NR_signalfd 349
|
||||||
|
# elif __mips__ && _MIPS_SIM == _ABIO32
|
||||||
|
# define __NR_signalfd 4317
|
||||||
|
# elif __mips__ && _MIPS_SIM == _ABI64
|
||||||
|
# define __NR_signalfd 5276
|
||||||
|
# elif __mips__ && _MIPS_SIM == _ABIN32
|
||||||
|
# define __NR_signalfd 6280
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user