This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/23726] New: memfd_create(2) says to include <sys/memfd.h> but it doesn’t exist


https://sourceware.org/bugzilla/show_bug.cgi?id=23726

            Bug ID: 23726
           Summary: memfd_create(2) says to include <sys/memfd.h> but it
                    doesn’t exist
           Product: glibc
           Version: 2.28
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: linkmauve at linkmauve dot fr
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

On ArchLinux, using glibc 2.28 and man-pages 4.16, memfd_create is correctly
exposed in libc.so.6 (I checked with nm -CD), but there is no header shipped
which includes it.

I can trivially workaround this issue by declaring the prototype of this
function in my code, but it looks like a bug in glibc which you may want to fix
in a minor version.

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]