diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-09-24 16:59:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-09-24 16:59:22 +0000 |
commit | 8db6604d862909a10643e051f73795cbdaa1a8d5 (patch) | |
tree | 19744ddc25fa2c97aca9df0142fd6c1de213c250 /wcsmbs | |
parent | 9d0881aa76b399e6a025c5cf44bebe2ae0efa8af (diff) | |
download | glibc-8db6604d862909a10643e051f73795cbdaa1a8d5.tar glibc-8db6604d862909a10643e051f73795cbdaa1a8d5.tar.gz glibc-8db6604d862909a10643e051f73795cbdaa1a8d5.tar.bz2 glibc-8db6604d862909a10643e051f73795cbdaa1a8d5.zip |
Update.
2001-09-24 Ulrich Drepper <drepper@redhat.com>
* wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
(load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/wchar.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |