diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-27 03:28:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-27 03:28:06 +0000 |
commit | 6a72ae2124a27089a52d6e03cf00f38123be674d (patch) | |
tree | 4e4d1e57768cd21bf80bd1b9f9f2b4a7bdb7e544 /elf/reldepmod3.c | |
parent | d4cfddf947120a1d68612d9d57bc15b488802242 (diff) | |
download | glibc-6a72ae2124a27089a52d6e03cf00f38123be674d.tar.gz glibc-6a72ae2124a27089a52d6e03cf00f38123be674d.tar.xz glibc-6a72ae2124a27089a52d6e03cf00f38123be674d.zip |
Update.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getdents64 syscall.
Diffstat (limited to 'elf/reldepmod3.c')
-rw-r--r-- | elf/reldepmod3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/reldepmod3.c b/elf/reldepmod3.c index e56b19d499..cadda630d9 100644 --- a/elf/reldepmod3.c +++ b/elf/reldepmod3.c @@ -1,4 +1,5 @@ #include <dlfcn.h> +#include <stdio.h> #include <stdlib.h> int |