br0xen / boltbrowser

A CLI Browser for BoltDB Files
GNU General Public License v3.0
631 stars 91 forks source link

Fix windows build #1

Closed louy2 closed 8 years ago

louy2 commented 8 years ago

No UNIX signals are defined under windows, so Ctrl-Z sending SIGSTOP to self is removed.

br0xen commented 8 years ago

While this lets the build succeed on Windows, it removes a perfectly fine function on other OSes. It should actually be rewritten so that the syscall is guarded with build tags. If you would like to rework your pull request so that it does that, then I'll merge, otherwise, I'll get to it when I can.

Thanks!