tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Possible bug in memalign


From: George Sedov
Subject: [Tinycc-devel] Possible bug in memalign
Date: Wed, 14 Feb 2024 12:52:28 +0100

Hi all,

I noticed that in all the calls and definitions of memalign in bcheck.c the signature looks like this: memalign(size_t size, size_t align), while the definition of the standard memalign is in reverse: memalign(size_t alignment, size_t size) (see https://linux.die.net/man/3/memalign). Was it done on purpose or is it an error?

BW,
   George

reply via email to

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