mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Remove redefinition of _GNU_SOURCE and __USE_GNU
Now _GNU_SOURCE is already defined globally in configure.in. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3440994f68
commit
4de76c9b06
3 changed files with 0 additions and 5 deletions
|
|
@ -48,9 +48,6 @@ to reduce overhead accessing the real controls in kernel drivers.
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#ifndef DOC_HIDDEN
|
|
||||||
#define __USE_GNU
|
|
||||||
#endif
|
|
||||||
#include "control_local.h"
|
#include "control_local.h"
|
||||||
#ifdef HAVE_LIBPTHREAD
|
#ifdef HAVE_LIBPTHREAD
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include "local.h"
|
#include "local.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#define __USE_GNU
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include "timer_local.h"
|
#include "timer_local.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue