Commit 90b8be73 by Jan Hubicka Committed by Jan Hubicka

linux.h (TARGET_HAS_F_SETLKW): Define.

	* config/linux.h (TARGET_HAS_F_SETLKW): Define.
	* config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise

From-SVN: r63293
parent d47f75c4
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.
......
......@@ -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. */
......
......@@ -117,3 +117,5 @@ Boston, MA 02111-1307, USA. */
#ifndef USE_GNULIBC_1
#define TARGET_C99_FUNCTIONS 1
#endif
#define TARGET_HAS_F_SETLKW
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment