diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2010-08-17 09:13:26 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2010-08-17 09:13:26 +0000 |
| commit | 2793b018446552e71e9125dc39366f9dbf9042ba (patch) | |
| tree | 2f639ad563c61b228d123038b15beca40d36a4ba /lib/libc/include | |
| parent | cf2280aca702edef4dbccf8d1e1a8ac01c8565e7 (diff) | |
Notes
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/libc_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/include/libc_private.h b/lib/libc/include/libc_private.h index cb0b40740f46f..570441b1f6fac 100644 --- a/lib/libc/include/libc_private.h +++ b/lib/libc/include/libc_private.h @@ -213,4 +213,6 @@ extern int __sys_fcntl(int, int, ...); /* execve() with PATH processing to implement posix_spawnp() */ int _execvpe(const char *, char * const *, char * const *); +int _elf_aux_info(int aux, void *buf, int buflen); + #endif /* _LIBC_PRIVATE_H_ */ |
