Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • rts/include/rts/PosixSource.h
    ... ... @@ -29,6 +29,8 @@
    29 29
        Oracle's Solaris 11 supports only up to XPG6, hence the ifdef.
    
    30 30
       */
    
    31 31
     
    
    32
    +#undef _POSIX_C_SOURCE
    
    33
    +#undef _XOPEN_SOURCE
    
    32 34
     #if defined(solaris2_HOST_OS)
    
    33 35
     #define _POSIX_C_SOURCE 200112L
    
    34 36
     #define _XOPEN_SOURCE   600