From 8db6604d862909a10643e051f73795cbdaa1a8d5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 24 Sep 2001 16:59:22 +0000 Subject: Update. 2001-09-24 Ulrich Drepper * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype. (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'. --- wcsmbs/wchar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wcsmbs/wchar.h') diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h index b7b63baadc..e8aae7ad7b 100644 --- a/wcsmbs/wchar.h +++ b/wcsmbs/wchar.h @@ -266,7 +266,7 @@ extern int wctob (wint_t __c) __THROW; /* Determine whether PS points to an object representing the initial state. */ -extern int mbsinit (__const mbstate_t *__ps) __THROW; +extern int mbsinit (__const mbstate_t *__ps) __THROW __attribute_pure__; /* Write wide character representation of multibyte character pointed to by S to PWC. */ -- cgit v1.2.3