summaryrefslogtreecommitdiff
path: root/dlfcn
diff options
context:
space:
mode:
Diffstat (limited to 'dlfcn')
-rw-r--r--dlfcn/dlfcn.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/dlfcn/dlfcn.h b/dlfcn/dlfcn.h
index ad51bb9233..9d8ee0d6d1 100644
--- a/dlfcn/dlfcn.h
+++ b/dlfcn/dlfcn.h
@@ -45,11 +45,8 @@
__BEGIN_DECLS
/* Open the shared object FILE and map it in; return a handle that can be
- passed to `dlsym' to get symbol values from it.
-
- This function is a possible cancellation point and therefore not
- marked with __THROW. */
-extern void *dlopen (__const char *__file, int __mode);
+ passed to `dlsym' to get symbol values from it. */
+extern void *dlopen (__const char *__file, int __mode) __THROW;
/* Unmap and close a shared object opened by `dlopen'.
The handle cannot be used again after calling `dlclose'. */