Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 29 Feb 2016 20:33:31 +0300 (MSK)
From: Alexander Monakov <amonakov@...ras.ru>
To: musl@...ts.openwall.com
Subject: Re: [PATCH] add sched_getcpu

There's also the question whether musl wants to use the VDSO here. According
to manpages, getcpu is provided in vdso as __vdso_getcpu on x86_64, x32, and
as __kernel_getcpu on ppc (on 64-bit kernels only, for both 32/64 userlands).
(plus on ia64, but that's irrelevant on musl)

Alexander

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.