From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9421 Path: news.gmane.org!not-for-mail From: James Marshall Newsgroups: gmane.linux.lib.musl.general Subject: sched_* implemented? Date: Mon, 29 Feb 2016 23:32:34 -0500 Message-ID: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b3a89884d6e35052cf54280 X-Trace: ger.gmane.org 1456806800 26780 80.91.229.3 (1 Mar 2016 04:33:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Mar 2016 04:33:20 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9434-gllmg-musl=m.gmane.org@lists.openwall.com Tue Mar 01 05:33:13 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aabzk-0007z3-Qa for gllmg-musl@m.gmane.org; Tue, 01 Mar 2016 05:33:12 +0100 Original-Received: (qmail 30055 invoked by uid 550); 1 Mar 2016 04:33:10 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 30017 invoked from network); 1 Mar 2016 04:33:05 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gwmail-gwu-edu.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=PGn4ycfqv6bnPMAY2NW5EB8znRPGj0bk7btV8Ob4pKY=; b=IuQNSdXk/h6W6hjip04x8MynzwJ8GrgssxfGnX0b6l+32hwLdEjPrSnSd6qzlaxS/g rxgAWYAwje9GpHpz0QBpa9xmbEtDfbGnXqtj+2apUCOW9ixTqAqToQ7ePK0oIIt/OrCi XNCV+930eDGrk/NgIKGWU7kD+dwXEGSwgL4IftefN23VQxFT3hA3AbpJrnDjwc7SX2SG aKQUQ12n9xXoXoflKREzvoWxwROxyPq9btzYkpu0mfgFHRa4DvZlumo0O5sswl91mkve xUXXfDC1N5e7xXWEee1cqtnZQm7TMLXDWnHD2M3j3kHdLYZH9mjS8JFzVn+D07zMFgYr dixg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=PGn4ycfqv6bnPMAY2NW5EB8znRPGj0bk7btV8Ob4pKY=; b=EgZshhVIfynQ2z+CDA5d2uhhsFkBQVAP3zi9hVbj4wQ1OEWZjD9cfNdRnP8ip/vG+S 3xtX6DjrXLOgscb62DCJgfX8TwCTLcckoD2Twl7huO+e+eauqp1834hT6J97veA0akEq qGfXKiVwOmOJpkuooESVJW7nkK3/yrFp0k5TC12jWm/u5FAJawYkAROjCXxa7ITEISm+ O88Aqnz51mE1GRKWYBeDgBbBL9Lc7ReELnENjjmOpR76XGbygZLbTyiGVFgXxTu9wyul TqE7JXwqqIFKZjjVjpgHSv5PVPGEhTy4h1c+Y39gi4ZGh5dhcC88mHvhoMylSC5O2Ab6 rtmg== X-Gm-Message-State: AD7BkJLME3PcGL2ljpYzXQ3dH1Us8rjD4ZGUGwPyei8sXCOX+Z3Qs7OUccoGByhdJens4rMCbEZuM0CmgYfg0Fq8 X-Received: by 10.112.147.97 with SMTP id tj1mr1388613lbb.114.1456806774528; Mon, 29 Feb 2016 20:32:54 -0800 (PST) Xref: news.gmane.org gmane.linux.lib.musl.general:9421 Archived-At: --047d7b3a89884d6e35052cf54280 Content-Type: text/plain; charset=UTF-8 Hi, I'm working on a realtime application and am trying to use musl. I would like to call sched_setscheduler, but it looks like this is just a stub in musl. However, http://nsz.repo.hu/git/?p=musl-tables;a=blob_plain;f=tab_posix.html;hb=HEAD has it marked as implemented. Am I missing something? Is there a patch available? If there is not, any idea of how difficult it would be for me to add it in? Or would I be better off using syscall directly instead? Your help and time is appreciated. Thanks, James --047d7b3a89884d6e35052cf54280 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

I'm working on a realtime appli= cation and am trying to use musl. I would like to call sched_setscheduler, = but it looks like this is just a stub in musl.

How= ever,=C2=A0http://nsz.repo.hu/git/?p=3Dmusl-tables;a= =3Dblob_plain;f=3Dtab_posix.html;hb=3DHEAD has it marked as implemented= . Am I missing something? Is there a patch available?

<= div>If there is not, any idea of how difficult it would be for me to add it= in? Or would I be better off using syscall directly instead?
Your help and time is appreciated.

Tha= nks,
James
--047d7b3a89884d6e35052cf54280--