<div dir="ltr">reading the specs:<div><br></div><div><a href="http://pubs.opengroup.org/onlinepubs/7908799/xsh/timer_gettime.html">http://pubs.opengroup.org/onlinepubs/7908799/xsh/timer_gettime.html</a><br></div><div><br></div>
<div style>the DELAYTIMER_MAX is for realtime POSIX.</div><div style><br></div><div style>but Linux is based on <a href="http://en.wikipedia.org/wiki/Linux_Standard_Base">http://en.wikipedia.org/wiki/Linux_Standard_Base</a>, which is LSB.</div>
<div style><br></div><div style>There is no direct mapping between LSB and POSIX, but perhaps this:</div><div style><br></div><div style><a href="http://man7.org/linux/man-pages/man7/time.7.html">http://man7.org/linux/man-pages/man7/time.7.html</a><br>
</div><div style><br></div><div style>and </div><div style><br></div><div style><a href="http://pubs.opengroup.org/onlinepubs/7908799/xsh/timer_gettime.html">http://pubs.opengroup.org/onlinepubs/7908799/xsh/timer_gettime.html</a><br>
</div><div style><br></div><div style>Look carefully between the two and you can perhaps find the balancing point u will need for implementing this feature.</div><div style><br></div><div style>whether it is a kernel bug, or userspace bug is therefore highly controversial.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Dec 17, 2013 at 1:29 PM, John de la Garza <span dir="ltr">&lt;<a href="mailto:john@jjdev.com" target="_blank">john@jjdev.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I found a bug that appears to be simple to fix.  I assume I am missing<br>
something.<br>
<br>
here is a link to the bug description:<br>
<a href="https://bugzilla.kernel.org/show_bug.cgi?id=12665" target="_blank">https://bugzilla.kernel.org/show_bug.cgi?id=12665</a><br>
<br>
the man page for the function in the bug report mentions that linux does<br>
not impliment the desired functionality<br>
<br>
<br>
It seems like it is accepted as working the way it does, and at the same<br>
time it is reported in bugzilla as a current bug.<br>
<br>
<br>
What am I missing?<br>
<br>
<br>
<br>
_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Regards,<br>Peter Teoh
</div>