evilsocket / opensnitch

OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
GNU General Public License v3.0
10.79k stars 503 forks source link

Allow building on systems using musl #625

Closed cinerea0 closed 2 years ago

cinerea0 commented 2 years ago

Currently queue.go and queue.h use nonstandard type definitions which are unsupported by the musl libc implementation. This PR changes the definitions to be standard and allows the project to compile on musl.

gustavo-iniguez-goya commented 2 years ago

thank you @cinerea0 :+1: