-
- Downloads
libgcov: Call __builtin_fork instead of fork
Some targets do not provide a prototype for fork, and compilation now fails with an implicit-function-declaration error. libgcc/ * libgcov-interface.c (__gcov_fork): Use __builtin_fork instead of fork.
Loading
Please register or sign in to comment