summaryrefslogtreecommitdiff
path: root/lib/stdlib/stdlib.mk
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2017-01-24 14:28:19 +0000
committerGitHub <noreply@github.com>2017-01-24 14:28:19 +0000
commit34438669d41a648e4dcf6fd93e1a1f1f7eee0482 (patch)
treeacbf7b221e69f3dc726566d537b2196454e28072 /lib/stdlib/stdlib.mk
parent4abd2225c232e5d102e52db504c7f0f363b87795 (diff)
parentd67879d311c63fde5a7b1ba4d40c710f86da1153 (diff)
Merge pull request #818 from sandrine-bailleux-arm/sb/strnlen
Add strnlen() to local C library
Diffstat (limited to 'lib/stdlib/stdlib.mk')
-rw-r--r--lib/stdlib/stdlib.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/stdlib/stdlib.mk b/lib/stdlib/stdlib.mk
index cdf3d293..4ff405fb 100644
--- a/lib/stdlib/stdlib.mk
+++ b/lib/stdlib/stdlib.mk
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2016-2017, ARM Limited and Contributors. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -41,6 +41,7 @@ STDLIB_SRCS := $(addprefix lib/stdlib/, \
strcmp.c \
strlen.c \
strncmp.c \
+ strnlen.c \
subr_prf.c)
INCLUDES += -Iinclude/lib/stdlib \