[Bug 216981] Missing include in sys/arm64/include/atomic.h

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 10 22:02:52 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216981

            Bug ID: 216981
           Summary: Missing include in sys/arm64/include/atomic.h
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: arm
          Assignee: freebsd-arm at FreeBSD.org
          Reporter: karl at denninger.net

Created attachment 179856
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179856&action=edit
Add the missing include....

#include <sys/types.h> is missing, and thus inclusion of this header file
results in compile failures due to lack of declaration of the various types
specified inside.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-arm mailing list