https://bugs.kde.org/show_bug.cgi?id=504265

            Bug ID: 504265
           Summary: FreeBSD: missing syscall wrappers for fchroot and
                    setcred
    Classification: Developer tools
           Product: valgrind
           Version: 3.25 GIT
          Platform: Compiled Sources
                OS: FreeBSD
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: jsew...@acm.org
          Reporter: pjfl...@wanadoo.fr
  Target Milestone: ---

590     AUE_NULL        STD {
                int fchroot(
                    int fd
                );
        }
591     AUE_SETCRED     STD|CAPENABLED {
                int setcred(
                    u_int flags,
                    _In_reads_bytes_(size) _Contains_ptr_ const struct setcred
*wcred,
                    size_t size
                );
        }

fchroot
Could factor this into a generic with Solaris

setcred
Need to add the wcred structure, otherwise should be easy

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to