DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [Bug 33] Does not compile with musl libc: lib/librte_eal/linuxapp/eal/eal_hugepage_info.c
@ 2018-05-03 10:18 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2018-05-03 10:18 UTC (permalink / raw)
  To: dev

https://dpdk.org/tracker/show_bug.cgi?id=33

            Bug ID: 33
           Summary: Does not compile with musl libc:
                    lib/librte_eal/linuxapp/eal/eal_hugepage_info.c
           Product: DPDK
           Version: 18.05
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: Normal
         Component: core
          Assignee: dev@dpdk.org
          Reporter: dpdk@stormmq.com
  Target Milestone: ---

This file does not compile on linux systems using the musl libc.

musl libc is strict in which headers are exposed to user space. This file is
relying on a side-effect of glibc.

This can be fixed by adding `#include <fcntl.h>` to the list of included
headers.

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-03 10:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-03 10:18 [dpdk-dev] [Bug 33] Does not compile with musl libc: lib/librte_eal/linuxapp/eal/eal_hugepage_info.c bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).