about summary refs log tree commit diff
path: root/dlfcn
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-23 22:15:49 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-23 22:15:49 +0000
commitb2b28911645ee10d8a9b843c2d7406abe16a250a (patch)
tree69e1bb2f0d0819962e3cc171b1fc6424d1525823 /dlfcn
parentc8bcc2eade4f02d43c1511f72eec99bea141866e (diff)
downloadglibc-b2b28911645ee10d8a9b843c2d7406abe16a250a.tar.gz
glibc-b2b28911645ee10d8a9b843c2d7406abe16a250a.tar.xz
glibc-b2b28911645ee10d8a9b843c2d7406abe16a250a.zip
Update.
2000-02-23  Andreas Jaeger  <aj@suse.de>

	* dlfcn/dlopen.c: Include <stddef.h> for NULL.
	* dlfcn/dlsym.c: Likewise.
	* dlfcn/dlvsym.c: Likewise.
	* iconv/gconv.c: Likewise.
Diffstat (limited to 'dlfcn')
-rw-r--r--dlfcn/dlopen.c1
-rw-r--r--dlfcn/dlsym.c1
-rw-r--r--dlfcn/dlvsym.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/dlfcn/dlopen.c b/dlfcn/dlopen.c
index cb49e6b142..66c43de059 100644
--- a/dlfcn/dlopen.c
+++ b/dlfcn/dlopen.c
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <dlfcn.h>
+#include <stddef.h>
 
 struct dlopen_args
 {
diff --git a/dlfcn/dlsym.c b/dlfcn/dlsym.c
index 9a8fcdfbe6..d1c5f735f8 100644
--- a/dlfcn/dlsym.c
+++ b/dlfcn/dlsym.c
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <dlfcn.h>
+#include <stddef.h>
 
 struct dlsym_args
 {
diff --git a/dlfcn/dlvsym.c b/dlfcn/dlvsym.c
index a279b95ae9..e316cb53e0 100644
--- a/dlfcn/dlvsym.c
+++ b/dlfcn/dlvsym.c
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <dlfcn.h>
+#include <stddef.h>
 
 struct dlvsym_args
 {