Update XOPEN_SOURCE to 600

todo
Junio C Hamano 2006-12-06 13:57:10 -08:00
parent 16a4568a82
commit 689311f689
1 changed files with 1 additions and 1 deletions

2
Make
View File

@ -36,7 +36,7 @@ while case $# in 0) break ;; esac
do
case "$1" in
-pedantic)
O="$O -Werror -ansi -pedantic -std=c99 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE"
O="$O -Werror -ansi -pedantic -std=c99 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE"
;;
--)
shift