]> xenbits.xensource.com Git - unikraft/libs/libgo.git/commit
Remove real time signals references
authorRazvan Virtan <razvanvirtan@gmail.com>
Mon, 4 Oct 2021 17:21:19 +0000 (20:21 +0300)
committerUnikraft <monkey@unikraft.io>
Sat, 27 Nov 2021 18:29:06 +0000 (18:29 +0000)
commit0af8029053f857dfa95e0e6fcb434d7e4106846b
tree839f2250cdefeda987edfb39ce23d66ba3f83ae0
parent75f9782e5fb3edc890c96ead7b217df079153724
Remove real time signals references

At this moment uksignal doesn't support real time
signals (signal codes greater than 31). However, the Go runtime
assumes that it does and it tries to init signals up to SIGRTMAX,
causing any go application to fail. This commit avoids this situation.
These changes should be removed when real time signals support will
be added to uksignal.

Signed-off-by: Răzvan Vîrtan <virtanrazvan@gmail.com>
Reviewed-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Approved-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request: #4
generated/runtime_sysinfo.go
generated/sigtab.go