Skip to content
  • Moritz Angermann's avatar
    5a6c36ec
    [testsuite/darwin] fix conc059 · 5a6c36ec
    Moritz Angermann authored
    This resolves the following:
    
    Compile failed (exit code 1) errors were:
    conc059_c.c:27:5: error:
         error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
            exit(0);
            ^
    conc059_c.c:27:5: error:
         note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
    5a6c36ec
    [testsuite/darwin] fix conc059
    Moritz Angermann authored
    This resolves the following:
    
    Compile failed (exit code 1) errors were:
    conc059_c.c:27:5: error:
         error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
            exit(0);
            ^
    conc059_c.c:27:5: error:
         note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
Loading