From cb229f614f937515b78e40701f36c26c7def01b7 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 6 Sep 2018 13:45:31 -0400 Subject: move and deduplicate declarations of __vdsosym to make it checkable --- src/internal/syscall.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal') diff --git a/src/internal/syscall.h b/src/internal/syscall.h index 5737f3a2..730f285a 100644 --- a/src/internal/syscall.h +++ b/src/internal/syscall.h @@ -246,4 +246,6 @@ hidden long __syscall_ret(unsigned long), __syscall(syscall_arg_t, ...), void __procfdname(char [static 15+3*sizeof(int)], unsigned); +void *__vdsosym(const char *, const char *); + #endif -- cgit v1.2.1