projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1755c0a
)
babl: s/__GNU_SOURCE/_GNU_SOURCE/ fixing issue #59
author
Øyvind Kolås
<pippin@gimp.org>
Sun, 7 Jun 2020 16:47:57 +0000
(18:47 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Sun, 7 Jun 2020 17:06:17 +0000
(19:06 +0200)
babl/babl-mutex.h
patch
|
blob
|
history
diff --git
a/babl/babl-mutex.h
b/babl/babl-mutex.h
index 77cb79870272e2fd187ae5a40bd8754f60b3f2e0..f5dcefb8262a6d1751a4c1d0659e5a33e59088ab 100644
(file)
--- a/
babl/babl-mutex.h
+++ b/
babl/babl-mutex.h
@@
-20,7
+20,7
@@
#define _BABL_MUTEX_H
#ifndef _WIN32
-#define _
_
GNU_SOURCE 1
+#define _GNU_SOURCE 1
#include <pthread.h>
#else
#include <windows.h>