mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +00:00
libctf: fix unnecessary glibcism in testsuite
libctf-regression/open-error-free.c #defines _GNU_SOURCE at its top.
This is already done by config.h if necessary: drop it.
libctf/ChangeLog:
* testsuite/libctf-regression/open-error-free.c: Drop
unnecessary system-dependent #define.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/* Make sure that, on error, an opened dict is properly freed. */
|
||||
|
||||
#define _GNU_SOURCE 1
|
||||
#include "config.h"
|
||||
#include <dlfcn.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user