From: Waldemar Kozaczuk <[email protected]> Committer: Waldemar Kozaczuk <[email protected]> Branch: master
includes: fixed fenv.h symlink to point to the right musl directory Signed-off-by: Waldemar Kozaczuk <[email protected]> --- diff --git a/include/api/fenv.h b/include/api/fenv.h --- a/include/api/fenv.h +++ b/include/api/fenv.h @@ -1 +1 @@ -../../../musl/include/fenv.h \ No newline at end of file +../../musl/include/fenv.h \ No newline at end of file -- 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/0000000000005f24af05aec5f712%40google.com.
