diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 76f8ade10fa7..bee042738178 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-01 Laurynas Biveinis + + * tm.texi (TARGET_HAS_F_SETFLKW): Fix typo. + 2000-05-01 Mark Elbrecht * config/i386/djgpp.h (INT_ASM_OP): Define. diff --git a/gcc/tm.texi b/gcc/tm.texi index d9560ac98ca5..80df009ba0b3 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