diff options
| author | danh-arm <dan.handley@arm.com> | 2017-01-24 14:28:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-24 14:28:19 +0000 |
| commit | 34438669d41a648e4dcf6fd93e1a1f1f7eee0482 (patch) | |
| tree | acbf7b221e69f3dc726566d537b2196454e28072 /lib/stdlib/stdlib.mk | |
| parent | 4abd2225c232e5d102e52db504c7f0f363b87795 (diff) | |
| parent | d67879d311c63fde5a7b1ba4d40c710f86da1153 (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.mk | 3 |
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 \ |
