8000 file: fix "_POSIX_C_SOURCE" redefined warnings · enginebi/go-python@ddccf66 · GitHub
[go: up one dir, main page]

Skip to content

Commit ddccf66

Browse files
huzilinsbinet
authored andcommitted
file: fix "_POSIX_C_SOURCE" redefined warnings
1 parent 5561e0f commit ddccf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package python
22

33
/*
4-
#include <stdio.h>
54
#include "go-python.h"
5+
#include <stdio.h>
66
77
PyObject*
88
_gopy_PyFile_FromFile(int fd, char *name, char *mode) {

0 commit comments

Comments
 (0)
0