diff options
Diffstat (limited to 'gcc/config/freebsd.h')
-rw-r--r-- | gcc/config/freebsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/freebsd.h b/gcc/config/freebsd.h index bf7a52e83d1..21dc81e6013 100644 --- a/gcc/config/freebsd.h +++ b/gcc/config/freebsd.h @@ -84,4 +84,4 @@ Boston, MA 02110-1301, USA. */ /* Used by libgcc2.c. We support file locking with fcntl / F_SETLKW. This enables the test coverage code to use file locking when exiting a program, which avoids race conditions if the program has forked. */ -#define TARGET_HAS_F_SETLKW +#define TARGET_POSIX_IO |