Skip to content

Commit 89bb649

Browse files
committed
Move __STDC_WANT_LIB_EXT1__ at build system level
1 parent 2d132f7 commit 89bb649

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ AM_SILENT_RULES([yes])
1313
AM_MAINTAINER_MODE
1414

1515
AC_USE_SYSTEM_EXTENSIONS
16+
AC_DEFINE([__STDC_WANT_LIB_EXT1__])
1617
AM_PROG_CC_C_O
1718
AM_PROG_AR
1819
LT_INIT([disable-static])

explicit_bzero.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* Written by Ted Unangst
66
*/
77

8-
#define __STDC_WANT_LIB_EXT1__ 1
98
#include <string.h>
109

1110
/*

0 commit comments

Comments
 (0)