summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunmin Lee <sunm.lee@samsung.com>2018-03-08 14:12:13 +0900
committerSunmin Lee <sunm.lee@samsung.com>2018-03-09 05:46:53 +0000
commita907a105ea55cfe14540448255b99beda41d4f9e (patch)
treeb7e1b7ed0da4245b3a3bb4da12ff35c5a6ebce07
parent841433013f0d6d99b1c4b5bbc208f39eaf8e771b (diff)
downloadlibtota-a907a105ea55cfe14540448255b99beda41d4f9e.tar.gz
libtota-a907a105ea55cfe14540448255b99beda41d4f9e.tar.bz2
libtota-a907a105ea55cfe14540448255b99beda41d4f9e.zip
The strnlen requires specific feature test macro Change-Id: Ifdc832ec34b71ffa34a2e22b0e542503779c4909 Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
-rwxr-xr-xss_engine/SS_FSUpdate.c1
1 files changed, 1 insertions, 0 deletions
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 <errno.h>
#include <stdio.h>
#include <stdlib.h>