This website requires JavaScript.
Explore
Help
Register
Sign In
FEX-Emu
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
mirror of
https://github.com/FEX-Emu/linux.git
synced
2024-12-20 16:30:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f4507164e7
linux
/
arch
/
microblaze
/
include
/
asm
/
signal.h
2 lines
32 B
C
Raw
Normal View
History
Unescape
Escape
microblaze: clean up signal handling When legacy signal handling is disabled, the arch/microblaze/kernel/signal.c implementation can be much simpler, as most of it is handled generically from kernel/signal.c. This is also a prerequisite for using the generic asm/unistd.h, which does not provide __NR_sigreturn, because this macro is referenced by the current signal.c implementation. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu>
2009-06-18 17:55:29 +00:00
#
include
<asm-generic/signal.h>
Reference in New Issue
Copy Permalink