Fix build warning 45/171945/2 accepted/tizen/4.0/unified/20180313.061133 submit/tizen_4.0/20180309.065426
authorSunmin Lee <sunm.lee@samsung.com>
Thu, 8 Mar 2018 05:12:13 +0000 (14:12 +0900)
committerSunmin Lee <sunm.lee@samsung.com>
Fri, 9 Mar 2018 05:46:53 +0000 (05:46 +0000)
The strnlen requires specific feature test macro

Change-Id: Ifdc832ec34b71ffa34a2e22b0e542503779c4909
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
ss_engine/SS_FSUpdate.c

index 577e698..d0def92 100755 (executable)
@@ -17,6 +17,7 @@
  */
 
 #define _XOPEN_SOURCE 600
+#define _POSIX_C_SOURCE 200809L
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>