Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 25 Nov 2004 20:16:31 +0000 (20:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 25 Nov 2004 20:16:31 +0000 (20:16 +0000)
* dlfcn/dlfcn.h: Remove nonnull attribute from dlopen.

ChangeLog
dlfcn/dlfcn.h

index f96c670ee84cff0f0996518e87b6fc11dd761a81..8b1a34542ba85c97440a47554d75bb1634d2b1b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-11-25  Ulrich Drepper  <drepper@redhat.com>
 
+       * dlfcn/dlfcn.h: Remove nonnull attribute from dlopen.
+
        * posix/confstr.c (confstr): Return appropriate strings for
        _CS_LFS_LINTFLAGS, _CS_LFS64_CFLAGS, and _CS_LFS64_LINTFLAGS.
 
index c3943b32507cb456a80ac1fdcea400ed7c456f8c..42c25b8b633337317913bc86b66c62f6024544af 100644 (file)
@@ -54,7 +54,7 @@ __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.  */
-extern void *dlopen (__const char *__file, int __mode) __THROW __nonnull ((1));
+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'.  */