mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-06 10:29:13 +08:00
rtems-bin2c.c: Add _GNU_SOURCE to see strnlen() and strdup()
Addresses warnings.
This commit is contained in:
parent
bdd785a397
commit
161ccd0177
@ -25,6 +25,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user