From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
libc: add __sysconf alias Signed-off-by: Waldemar Kozaczuk <[email protected]> --- diff --git a/exported_symbols/osv_libc.so.6.symbols b/exported_symbols/osv_libc.so.6.symbols --- a/exported_symbols/osv_libc.so.6.symbols +++ b/exported_symbols/osv_libc.so.6.symbols @@ -887,6 +887,7 @@ symlink sync syscall sysconf +__sysconf sysctl sys_errlist sysinfo diff --git a/libc/aliases.ld b/libc/aliases.ld --- a/libc/aliases.ld +++ b/libc/aliases.ld @@ -75,3 +75,4 @@ _exit = exit; _Exit = exit; __dn_expand = dn_expand; +__sysconf = sysconf; -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/0000000000007a56e305d4c2fbf1%40google.com.
