From 027d256d3bc5fb6732d79d4bac60ebce2bba3a84 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 2 Sep 2015 18:08:08 +0200 Subject: stpbrk => strpbrk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/string.h') diff --git a/include/string.h b/include/string.h index 30131de..483b49b 100644 --- a/include/string.h +++ b/include/string.h @@ -1016,7 +1016,7 @@ size_t strcspn(const char*, const char*) * `string` of a byte found in `stopset`. * `NULL` is returned if none is found. */ -char* stpbrk(const char*, const char*) +char* strpbrk(const char*, const char*) __GCC_ONLY(__attribute__((warn_unused_result, nonnull, pure))); -- cgit v1.2.3-70-g09d2