On May 21, 2012, at 8:57 AM, Hartmut Brandt wrote:
> it seems that there is a syntax error in malloc_np.h. It contains lines like:
>
> int allocm(void **ptr, size_t *rsize, size_t size, int flags)
>__attribute__(nonnull(1));
>
> The problem is that the syntax of the a
Hi,
it seems that there is a syntax error in malloc_np.h. It contains lines like:
int allocm(void **ptr, size_t *rsize, size_t size, int flags)
__attribute__(nonnull(1));
The problem is that the syntax of the attributes actually requires two
parenthesis:
__attribute__((nonnull(1