Why do I get compile errors in a system included file? (/usr/include/sys/siginfo.h:74: syntax error before `*')
The source code is:
"
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
int main(int argc, char* argv[]) {
if (fork()) {
printf("Child\n")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.