diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-22 18:30:20 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-22 18:30:20 +0000 |
commit | 08684909fc45c4fe9758da38fa2608d8489d6461 (patch) | |
tree | 080115d0ea380c0e526f34b61084d063f9039f95 /gcc/config/linux.h | |
parent | 4195ec6ac08b9ca0c7c04c52d785f3f5c56581f5 (diff) | |
download | gcc-08684909fc45c4fe9758da38fa2608d8489d6461.tar.gz |
* config/linux.h (TARGET_HAS_F_SETLKW): Define.
* config/alpha/linux.h (TARGET_HAS_F_SETLKW): Likewise
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63293 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/linux.h')
-rw-r--r-- | gcc/config/linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h index 948ae495687..13f5b627dca 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -117,3 +117,5 @@ Boston, MA 02111-1307, USA. */ #ifndef USE_GNULIBC_1 #define TARGET_C99_FUNCTIONS 1 #endif + +#define TARGET_HAS_F_SETLKW |