Kaydet (Commit) f5232559 authored tarafından Segev Finer's avatar Segev Finer Kaydeden (comit) Victor Stinner

Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2670)

üst ba352270
......@@ -4,7 +4,7 @@
77fea421d361dca90041d0040ecf1dca651167fadf2af79e990e35168d70d933 (2.2.1+)
*/
#define _GNU_SOURCE /* syscall prototype */
#define _GNU_SOURCE 1 /* syscall prototype */
#include <stddef.h>
#include <string.h> /* memset(), memcpy() */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment