diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2015-09-20 20:21:49 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2015-09-20 20:21:49 +0000 |
commit | 424fc070ef8bfcba038a8eb0fbf1006de5f2b20d (patch) | |
tree | eb111b74bfc64e01a03215eb679f4eb6a845deac /lib/libc/gen/elf_utils.c | |
parent | e23bf826df9f9f2b49f0a1fefd615c8d4b483b9c (diff) | |
download | FreeBSD-src-424fc070ef8bfcba038a8eb0fbf1006de5f2b20d.zip FreeBSD-src-424fc070ef8bfcba038a8eb0fbf1006de5f2b20d.tar.gz |
Remove names from some prototypes
Diffstat (limited to 'lib/libc/gen/elf_utils.c')
-rw-r--r-- | lib/libc/gen/elf_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/elf_utils.c b/lib/libc/gen/elf_utils.c index 264d953..069f62e 100644 --- a/lib/libc/gen/elf_utils.c +++ b/lib/libc/gen/elf_utils.c @@ -33,7 +33,7 @@ #include <link.h> #include <stddef.h> -int __elf_phdr_match_addr(struct dl_phdr_info *phdr_info, void *addr); +int __elf_phdr_match_addr(struct dl_phdr_info *, void *); void __pthread_map_stacks_exec(void); int |