poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug Other/26975] New: Use bswap_64, not __bswap_64


From: comexk at gmail dot com
Subject: [Bug Other/26975] New: Use bswap_64, not __bswap_64
Date: Sun, 29 Nov 2020 19:31:21 +0000

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

            Bug ID: 26975
           Summary: Use bswap_64, not __bswap_64
           Product: poke
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: Other
          Assignee: unassigned at sourceware dot org
          Reporter: comexk at gmail dot com
                CC: poke-devel at gnu dot org
  Target Milestone: ---

libpoke/ios.c includes byteswap.h and then tries to call the function
__bswap_64.  This works in glibc, where byteswap.h includes another header that
defines __bswap_64, then defines bswap_64 itself.  But gnulib's byteswap.h
(which I am using since I'm building on Mac) only defines the version without
leading underscores.

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]