<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libc/src/poll, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTEM to be header-only. (#143187)</title>
<updated>2025-06-11T20:25:27+00:00</updated>
<author>
<name>lntue</name>
<email>lntue@google.com</email>
</author>
<published>2025-06-11T20:25:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d87eea35fac5a34a841c637db8908128409a184e'/>
<id>d87eea35fac5a34a841c637db8908128409a184e</id>
<content type='text'>
This is the first step in preparation for:
https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first step in preparation for:
https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][NFC] Cleanup code for poll (#141802)</title>
<updated>2025-05-28T21:08:47+00:00</updated>
<author>
<name>Michael Jones</name>
<email>michaelrj@google.com</email>
</author>
<published>2025-05-28T21:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=3a0205ae0680b0a8c601cc3059a4698a835150e9'/>
<id>3a0205ae0680b0a8c601cc3059a4698a835150e9</id>
<content type='text'>
Ensure everything is defined inside the namespace, reduce number of
ifdefs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure everything is defined inside the namespace, reduce number of
ifdefs.</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Enable poll function for riscv (#139180)</title>
<updated>2025-05-13T21:59:28+00:00</updated>
<author>
<name>Mikhail R. Gadelha</name>
<email>mikhail@igalia.com</email>
</author>
<published>2025-05-13T21:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=66bb445d5ccc275ffea674287a7ac55d030801b2'/>
<id>66bb445d5ccc275ffea674287a7ac55d030801b2</id>
<content type='text'>
RV32 uses SYS_ppoll_time64 instead of SYS_ppoll, but the call is the
same.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RV32 uses SYS_ppoll_time64 instead of SYS_ppoll, but the call is the
same.
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][poll] remove entrypoint for riscv (#125941)</title>
<updated>2025-02-05T21:56:30+00:00</updated>
<author>
<name>Nick Desaulniers</name>
<email>ndesaulniers@google.com</email>
</author>
<published>2025-02-05T21:56:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=72aa3889fb725ce27817f06c9d7754e78cff9fc2'/>
<id>72aa3889fb725ce27817f06c9d7754e78cff9fc2</id>
<content type='text'>
riscv32 specifically doesn't provide EITHER SYS_poll or SYS_ppoll. We may be
able to reimplement poll in terms of syscalls to SYS_ppoll_time64, but will
leave that as a TODO for the future. (Such as when we want to be able to cross
compile for riscv32).

Link: #125940
Fixes: #125118
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
riscv32 specifically doesn't provide EITHER SYS_poll or SYS_ppoll. We may be
able to reimplement poll in terms of syscalls to SYS_ppoll_time64, but will
leave that as a TODO for the future. (Such as when we want to be able to cross
compile for riscv32).

Link: #125940
Fixes: #125118
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc][POSIX][poll.h] implement poll (#125118)</title>
<updated>2025-02-05T21:24:39+00:00</updated>
<author>
<name>Nick Desaulniers</name>
<email>ndesaulniers@google.com</email>
</author>
<published>2025-02-05T21:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8e35b3d29b35d854055503b213604138a4a17cb0'/>
<id>8e35b3d29b35d854055503b213604138a4a17cb0</id>
<content type='text'>
Simple syscall.

Fixes: #124647
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simple syscall.

Fixes: #124647
</pre>
</div>
</content>
</entry>
</feed>
