> in blob.c readlink() is used, but according to my man pages (and compiler), 
> we need:
> 
> #define _POSIX_C_SOURCE 200112L

Is this Linux with glibc from 2006? :-)

According to `man feature_test_macros`:

       If no feature test macros are explicitly defined, then the following 
feature
       test macros are defined by default:  _BSD_SOURCE, _SVID_SOURCE, 
_POSIX_SOURCE,
       and _POSIX_C_SOURCE=200809L (200112L in glibc versions before 2.10; 
199506L in
       glibc versions before 2.4; 199309L in glibc versions before 2.1).

--
Dmitry Chestnykh

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to