From: Sunmin Lee Date: Thu, 8 Mar 2018 05:12:13 +0000 (+0900) Subject: Fix build warning X-Git-Tag: accepted/tizen/4.0/unified/20180313.061133^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a907a105ea55cfe14540448255b99beda41d4f9e;p=platform%2Fcore%2Fsystem%2Flibtota.git Fix build warning The strnlen requires specific feature test macro Change-Id: Ifdc832ec34b71ffa34a2e22b0e542503779c4909 Signed-off-by: Sunmin Lee --- diff --git a/ss_engine/SS_FSUpdate.c b/ss_engine/SS_FSUpdate.c index 577e698..d0def92 100755 --- a/ss_engine/SS_FSUpdate.c +++ b/ss_engine/SS_FSUpdate.c @@ -17,6 +17,7 @@ */ #define _XOPEN_SOURCE 600 +#define _POSIX_C_SOURCE 200809L #include #include #include