[Bug 10956] New: error: redefinition of ‘pid_is_exec’

bugzilla at busybox.net bugzilla at busybox.net
Fri Apr 13 20:03:32 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=10956

            Bug ID: 10956
           Summary: error: redefinition of ‘pid_is_exec’
           Product: Busybox
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at busybox.net
          Reporter: larissanadja at gmail.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

Redefinition of function.

When the macro OLDER_VERSION_OF_X is enabled, the following compilation error
occurs.

debianutils/start_stop_daemon.c:194:12: error: redefinition of ‘pid_is_exec’
 static int pid_is_exec(pid_t pid)
            ^
debianutils/start_stop_daemon.c:179:12: note: previous definition of
‘pid_is_exec’ was here
 static int pid_is_exec(pid_t pid)
            ^

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list