* tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.

From-SVN: r33572
This commit is contained in:
Laurynas Biveinis 2000-05-01 16:53:03 +00:00 committed by Jeff Law
parent 9edc391342
commit 7c714ee1c3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-05-01 Laurynas Biveinis <lauras@softhome.net>
* tm.texi (TARGET_HAS_F_SETFLKW): Fix typo.
2000-05-01 Mark Elbrecht <snowball3@bigfoot.com>
* config/i386/djgpp.h (INT_ASM_OP): Define.

View File

@ -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