* gcov-io.c (gcov_open) [GCOV_LOCKED]: Use open + fdopen instead of
commit9131ff41bb32de9bb320edc3116f8f6b53dbae6a
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Feb 2004 23:18:53 +0000 (22 23:18 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Feb 2004 23:18:53 +0000 (22 23:18 +0000)
tree6c2966c9e874f2bcf465ee81f2abd1e32d6b4d12
parentea1d1c38832bfcde3644908d3dbd8f94f578669e
* gcov-io.c (gcov_open) [GCOV_LOCKED]: Use open + fdopen instead of
fopen.
* libgcov.c: Include sys/stat.h.
* config/rs6000/linux.h (TARGET_HAS_F_SETLKW): Define.
* config/rs6000/linux64.h (TARGET_HAS_F_SETLKW): Define.
* config/sparc/linux.h (TARGET_HAS_F_SETLKW): Define.
* config/sparc/linux64.h (TARGET_HAS_F_SETLKW): Define.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78281 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/rs6000/linux.h
gcc/config/rs6000/linux64.h
gcc/config/sparc/linux.h
gcc/config/sparc/linux64.h
gcc/gcov-io.c
gcc/libgcov.c