unconditionally define _GNU_SOURCE

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
Marc Kleine-Budde
2018-01-09 14:42:17 +01:00
parent ee0233505b
commit cf949a926a
4 changed files with 3 additions and 5 deletions
-3
View File
@@ -22,9 +22,6 @@
*
*/
/* To get ptsname grantpt and unlockpt definitions from stdlib.h */
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>