asprintf should be available if _GNU_SOURCE is defined
As documented in the Linux manpage: https://man7.org/linux/man-pages/man3/asprintf.3.html Change-Id: I855b3310ae9111ddf48c13c26b9eb496c200accb Reviewed-on: https://review.haiku-os.org/c/haiku/+/3554 Reviewed-by: Stephan Aßmus <superstippi@gmx.de>
This commit is contained in:
parent
99f2b96894
commit
db7dcab7b1
@ -10,7 +10,7 @@
|
||||
#include <features.h>
|
||||
|
||||
|
||||
#ifdef _DEFAULT_SOURCE
|
||||
#if defined(_DEFAULT_SOURCE) || defined(_GNU_SOURCE)
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
x
Reference in New Issue
Block a user