aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/freebsd.h
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2005-07-13 16:28:25 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2005-07-13 09:28:25 -0700
commit4969c0d82c8bc9a2815883e3c968d81287c83483 (patch)
tree5dcc938a73f1b1d0d9190bda9b9610df0e6e1978 /gcc/config/freebsd.h
parent98b6d47767360e010bc243995ff1091cc2ef9c3d (diff)
downloadgcc-4969c0d82c8bc9a2815883e3c968d81287c83483.zip
gcc-4969c0d82c8bc9a2815883e3c968d81287c83483.tar.gz
gcc-4969c0d82c8bc9a2815883e3c968d81287c83483.tar.bz2
linux.h (TARGET_HAS_F_SETLKW): Renamed to ...
2005-07-13 H.J. Lu <hongjiu.lu@intel.com> * config/alpha/linux.h (TARGET_HAS_F_SETLKW): Renamed to ... (TARGET_POSIX_IO): This. * config/darwin.h: Likewise. * config/freebsd.h: Likewise. * config/linux.h: Likewise. * config/lynx.h: Likewise. * config/netbsd.h: Likewise. * config/rs6000/linux64.h: Likewise. * config/rs6000/linux.h: Likewise. * config/s390/tpf.h: Likewise. * config/sh/embed-elf.h: Likewise. * config/sparc/linux64.h: Likewise. * config/sparc/linux.h: Likewise. * config/svr4.h: Likewise. * gcov-io.h: Likewise. * doc/tm.texi: Updated. * libgcov.c (create_file_directory): Defined only if TARGET_POSIX_IO is defined. (gcov_exit): Call create_file_directory only if TARGET_POSIX_IO is defined. From-SVN: r101973
Diffstat (limited to 'gcc/config/freebsd.h')
-rw-r--r--gcc/config/freebsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/freebsd.h b/gcc/config/freebsd.h
index bf7a52e..21dc81e 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