aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMFileSystemKQueue.h
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2015-11-03 10:08:17 -0500
committerGravatar Thomas Van Lenten <thomasvl@google.com>2015-11-03 10:08:17 -0500
commitf2f8cc667b790dcd71709cb3a175944d38b1e78a (patch)
treea1ee53015afcff9e74d0b696401b0514b8b609c6 /Foundation/GTMFileSystemKQueue.h
parentd160301ee824d8c77bcef4af3f8265c8cb376a7c (diff)
Keep GTM building after clang r251041 when targeting 10.6
Diffstat (limited to 'Foundation/GTMFileSystemKQueue.h')
-rw-r--r--Foundation/GTMFileSystemKQueue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Foundation/GTMFileSystemKQueue.h b/Foundation/GTMFileSystemKQueue.h
index a81d433..c167eea 100644
--- a/Foundation/GTMFileSystemKQueue.h
+++ b/Foundation/GTMFileSystemKQueue.h
@@ -17,6 +17,7 @@
//
#import <Foundation/Foundation.h>
+#import "GTMDefines.h"
#import <sys/event.h> // for kqueue() and kevent and the NOTE_* constants
@@ -50,7 +51,7 @@ typedef unsigned int GTMFileSystemKQueueEvents;
int fd_;
GTMFileSystemKQueueEvents events_;
BOOL acrossReplace_;
- __weak id target_;
+ GTM_WEAK id target_;
SEL action_;
}