Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix SIGUSR1 signal incompatible windows bug. #51541

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 8, 2022

  1. fix SIGUSR1 signal incompatible windows bug.

    xxx.go:64:3: undefined: syscall.SIGUSR1
    xxx.go:65:3: undefined: syscall.SIGUSR2
    xxx.go:68:3: undefined: syscall.SIGTSTP
    xxx.go:111:5: undefined: syscall.SIGUSR1
    xxx.go:112:5: undefined: syscall.SIGUSR2
    xxx.go:115:5: undefined: syscall.SIGTSTP
    xxx.go:119:5: undefined: syscall.SIGUSR1
    xxx.go:120:5: undefined: syscall.SIGUSR2
    xxx.go:123:5: undefined: syscall.SIGTSTP
    xxx.go:224:3: undefined: syscall.Kill
    xxx.go:224:3: too many errors
    
    after fixing, it can be compiled normally
    
    The items in question are: fvbock/endless#30
    r0ckysec authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    1a70eff View commit details
    Browse the repository at this point in the history