diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-03-29 13:13:30 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-03-29 13:13:30 +0000 |
| commit | 8f0c701250919da7f99273250017bf536dc73db9 (patch) | |
| tree | a42cb3618557ec86ef8d8f1a7389e68912dbd2c0 /test-vasprintf.c | |
| parent | 1f1d4007ae66645e397e325b72643166dc3c1efe (diff) | |
Diffstat (limited to 'test-vasprintf.c')
| -rw-r--r-- | test-vasprintf.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test-vasprintf.c b/test-vasprintf.c index ee6980a28955..1e762697a38d 100644 --- a/test-vasprintf.c +++ b/test-vasprintf.c @@ -1,4 +1,4 @@ -/* $Id: test-vasprintf.c,v 1.4 2016/07/18 18:35:05 schwarze Exp $ */ +/* $Id: test-vasprintf.c,v 1.5 2018/08/15 02:15:52 schwarze Exp $ */ /* * Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org> * @@ -15,10 +15,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if defined(__linux__) || defined(__MINT__) -#define _GNU_SOURCE /* vasprintf() */ -#endif - #include <stdarg.h> #include <stdio.h> #include <string.h> |
