Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information