mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* signals/signals.c: Fix typos in last change.
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
# define REALTIME_LO __SIGRTMIN
|
||||
# define REALTIME_HI __SIGRTMAX
|
||||
# elif defined(SIGRTMIN)
|
||||
# define REALTIME_LO __SIGRTMIN
|
||||
# define REALTIME_HI __SIGRTMAX
|
||||
# define REALTIME_LO SIGRTMIN
|
||||
# define REALTIME_HI SIGRTMAX
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user