* config/darwin.h (TARGET_HAS_F_SETLKW): Define.
authorGeoffrey Keating <geoffk@apple.com>
Tue, 24 Feb 2004 19:53:33 +0000 (19:53 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 24 Feb 2004 19:53:33 +0000 (19:53 +0000)
From-SVN: r78382

gcc/ChangeLog
gcc/config/darwin.h

index ef40e2914e038fff6e15151606f343ff991327a6..67d6a927ce22bb88ceaa46e3f90c3b0a6ab1514d 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-24  Geoffrey Keating  <geoffk@apple.com>
+
+       * config/darwin.h (TARGET_HAS_F_SETLKW): Define.
+
 2004-02-24  Jason Merrill  <jason@redhat.com>
 
        * tree.c (check_qualified_type): New fn.
index b3260fdded3d354a6226a7d97200b95a203f3d2e..b9d1ff6c8cf9c42b5a708b1990c8c18adbccb94e 100644 (file)
@@ -850,4 +850,6 @@ enum machopic_addr_class {
 #undef ASM_APP_OFF
 #define ASM_APP_OFF ""
 
+#define TARGET_HAS_F_SETLKW
+
 #endif /* CONFIG_DARWIN_H */