Ticket #7847: boost-execinfo.patch

File boost-execinfo.patch, 388 bytes (added by anonymous, 10 years ago)

patch

  • tools/build/v2/engine/execunix.c

    old new  
    1818#include <sys/times.h>
    1919#include <sys/wait.h>
    2020
    21 #if defined(sun) || defined(__sun) || defined(linux)
     21#if defined(sun) || defined(__sun) || defined(__glibc__)
    2222    #include <wait.h>
    2323#endif
    2424