diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-01 16:53:03 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-01 16:53:03 +0000 |
commit | d4a2605e7049c3e84a908f814db4727ecedaf879 (patch) | |
tree | 0d5bafa0022e6d6b270c4d6476d843b5d806b30a /gcc/tm.texi | |
parent | 1361fb16f557d2fbbff0b16dee7507925101c51d (diff) | |
download | gcc-d4a2605e7049c3e84a908f814db4727ecedaf879.tar.gz |
* tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33572 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tm.texi')
-rw-r--r-- | gcc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi index d9560ac98ca..80df009ba0b 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -7949,7 +7949,7 @@ is wrong. @findex TARGET_HAS_F_SETLKW @item TARGET_HAS_F_SETLKW -Define this macro iff the target supports file locking with fcntl / F_SETLKW. +Define this macro if the target supports file locking with fcntl / F_SETLKW. Note that this functionality is part of POSIX. Defining @code{TARGET_HAS_F_SETLKW} will enable the test coverage code to use file locking when exiting a program, which avoids race conditions |