Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove static from poweroff_requested (extern'd in js-bindings)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
fedac/native/src/ac-native.c
··· 136 136 static volatile int drm_handoff_release = 0; 137 137 static volatile int drm_handoff_reclaim = 0; 138 138 static volatile int reboot_requested = 0; 139 - static volatile int poweroff_requested = 0; 139 + volatile int poweroff_requested = 0; // extern'd in js-bindings.c 140 140 141 141 static void sigusr_handler(int sig) { 142 142 if (sig == SIGUSR1) drm_handoff_release = 1;