mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615)
(cherry picked from commit 05b72ede95
)
This commit is contained in:
parent
d1d65015fc
commit
bdabd76660
1 changed files with 1 additions and 1 deletions
|
@ -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() */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue