linux.h (TARGET_HAS_F_SETLKW): Define.
authorJan Hubicka <jh@suse.cz>
Sat, 22 Feb 2003 18:30:20 +0000 (19:30 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 22 Feb 2003 18:30:20 +0000 (18:30 +0000)
* config/linux.h (TARGET_HAS_F_SETLKW): Define.
* config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise

From-SVN: r63293

gcc/ChangeLog
gcc/config/alpha/linux.h
gcc/config/linux.h

index fc1eba5cb905cc4df32e9a423670a9ff8d3d2ed6..648395323c0d258ee58084460030220b935dc997 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 22 19:29:28 CET 2003  Jan Hubicka  <jh@suse.cz>
+
+       * config/linux.h (TARGET_HAS_F_SETLKW): Define.
+       * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
+
 Sat Feb 22 12:42:16 CET 2003  Jan Hubicka  <jh@suse.cz>
 
        * c-decl.c (c_expand_body_1): Fix.
index afef90c34b98ec47dbadf1c1e6563ccea7e3f45e..2b28f8b55e4cb2913f87aa19e22ddb0aa5bd6b5d 100644 (file)
@@ -65,6 +65,8 @@ Boston, MA 02111-1307, USA.  */
 #define TARGET_C99_FUNCTIONS 1
 #endif
 
+#define TARGET_HAS_F_SETLKW
+
 /* Do code reading to identify a signal frame, and set the frame
    state data appropriately.  See unwind-dw2.c for the structs.  */
 
index 948ae4956872fa21aac9ed91b91b326e5da5847b..13f5b627dcacf1d26197bf1ba32d0830ee08ac56 100644 (file)
@@ -117,3 +117,5 @@ Boston, MA 02111-1307, USA.  */
 #ifndef USE_GNULIBC_1
 #define TARGET_C99_FUNCTIONS 1
 #endif
+
+#define TARGET_HAS_F_SETLKW