forked from Imagelibrary/rtems
gcov: Add fork(), etc. gcov wrappers
The compiler wraps fork(), etc. system calls if coverage generation is enabled. These functions must be provided by the system. For RTEMS, they just return an error status. Update #4670.
This commit is contained in:
@@ -640,6 +640,7 @@ source:
|
||||
- cpukit/libcsupport/src/ftruncate.c
|
||||
- cpukit/libcsupport/src/ftrylockfile.c
|
||||
- cpukit/libcsupport/src/funlockfile.c
|
||||
- cpukit/libcsupport/src/gcovfork.c
|
||||
- cpukit/libcsupport/src/getchark.c
|
||||
- cpukit/libcsupport/src/getdents.c
|
||||
- cpukit/libcsupport/src/getegid.c
|
||||
|
||||
Reference in New Issue
Block a user