Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 13 Oct 2014 17:20:20 +0300
From: Sergey Dmitrouk <sdmitrouk@...esssoftek.com>
To: <musl@...ts.openwall.com>
Subject: [PATCH] Convert some is* macros to inline functions

Hello,

eight is* functions of C standard library are also declared in form of
macros in headers provided by musl.  Standard doesn't seem to allow them
to be implemented as macros.  Please find the attached patch that proposes
replacing these macros with inline functions.

Best regards,
Sergey

View attachment "musl-is-macros-to-inline-funcs.patch" of type "text/plain" (6376 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.