We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51ecb6 commit 9bbf059Copy full SHA for 9bbf059
1 file changed
lib/lilv/util.c
@@ -15,7 +15,7 @@
15
*/
16
17
#define _POSIX_C_SOURCE 200809L /* for fileno */
18
-#define _BSD_SOURCE 1 /* for realpath, symlink */
+#define _DEFAULT_SOURCE 1 /* for realpath, symlink */
19
20
#ifdef __APPLE__
21
# define _DARWIN_C_SOURCE 1 /* for flock */
0 commit comments