From 1fd56b4501da73b2c21b55481de39324cb2a61c3 Mon Sep 17 00:00:00 2001 From: Ville Voipio Date: Fri, 9 May 2008 20:23:15 +0000 Subject: [PATCH] POSIX compatibility value changed (to 200112L, POSIX 2001.1) in fclock.c to enable compiling in BSD. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1213 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/src/lib/fclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jtag/src/lib/fclock.c b/jtag/src/lib/fclock.c index 88b8daba..a2723575 100644 --- a/jtag/src/lib/fclock.c +++ b/jtag/src/lib/fclock.c @@ -21,7 +21,7 @@ */ #define _ISOC99_SOURCE -#define _POSIX_C_SOURCE 199309L +#define _POSIX_C_SOURCE 200112L #include #include #include