mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-04 04:55:30 +02:00
fix(pty): remove non-portable signal enums
Remove signal enum members which do not use portable numbers, and therefore may be different on different operating systems.
This commit is contained in:
parent
b78bdf3136
commit
7f03761fb2
3 changed files with 0 additions and 7 deletions
|
@ -24,12 +24,9 @@ namespace godot
|
|||
SIGNAL_SIGILL = 4,
|
||||
SIGNAL_SIGTRAP = 5,
|
||||
SIGNAL_SIGABRT = 6,
|
||||
SIGNAL_SIGBUS = 7,
|
||||
SIGNAL_SIGFPE = 8,
|
||||
SIGNAL_SIGKILL = 9,
|
||||
SIGNAL_SIGUSR1 = 10,
|
||||
SIGNAL_SIGSEGV = 11,
|
||||
SIGNAL_SIGUSR2 = 12,
|
||||
SIGNAL_SIGPIPE = 13,
|
||||
SIGNAL_SIGALRM = 14,
|
||||
SIGNAL_SIGTERM = 15,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue