mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
logger: replace define of _GNU_SOURCE by _XOPEN_SOURCE
This commit is contained in:
@@ -21,9 +21,7 @@
|
||||
* logger.c: logger plugin for WeeChat: save buffer lines to disk files
|
||||
*/
|
||||
|
||||
#ifndef _GNU_SOURCE
|
||||
#define _GNU_SOURCE 1
|
||||
#endif
|
||||
#define _XOPEN_SOURCE 700
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user