Uploaded image for project: 'Commons Daemon'
  1. Commons Daemon
  2. DAEMON-464

struct sigaction function pointer causes build failures on LLVM 15+

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 1.3.4
    • 1.4.0
    • Jsvc
    • None

    Description

      Issue on FreeBSD and macOS:

      svc-unix.c:1311:20: error: incompatible function pointer types assigning to 'void (*)(int)' from 'void (int, siginfo_t *, void *)' (aka 'void (int, struct __siginfo *, void *)') [-Wincompatible-function-pointer-types]    90  act.sa_handler = controller;    91  ^ ~~~~~~~~~~ 
      

      Attachments

        Issue Links

          Activity

            People

              michael-o Michael Osipov
              michael-o Michael Osipov
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: