Files
libguestfs/fuse
Richard W.M. Jones e75018a534 fuse/guestunmount.c: Include <signal.h>
On macOS this fails with:

  guestunmount.c:170:5: error: call to undeclared function 'sigaction'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    170 |     sigaction (SIGINT, &sa, NULL);
        |     ^
  1 error generated.

Reported-by: Mohamed Akram
Related: https://github.com/libguestfs/libguestfs/pull/188
2025-10-07 14:06:46 +01:00
..
2025-02-16 17:00:46 +00:00
2025-02-16 17:00:46 +00:00
2025-02-16 17:00:46 +00:00
2025-02-13 11:15:34 +00:00
2025-02-16 17:00:46 +00:00