start-hyprland: *BSD needs non-prctl() implementation #12650
Unanswered
jg1uaa
asked this question in
Bugs - Other
Replies: 1 comment
-
|
MRs welcome |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
prctl() (defined at
<sys/prctl.h>) is Linux-only.FreeBSD has procctl() (
<sys/procctl.h>) but other *BSDs not.If start-hyprland is mandatory to launch hyprland, non-prctl() code is required.
Beta Was this translation helpful? Give feedback.
All reactions