<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libc/src/nl_types, branch main</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] Stub out message catalog functions from &lt;nl_types.h&gt; (#164360)</title>
<updated>2025-10-21T17:34:35+00:00</updated>
<author>
<name>Alexey Samsonov</name>
<email>vonosmas@gmail.com</email>
</author>
<published>2025-10-21T17:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=12abe8aed6dc724546cf93c94d7ff6abe864f28b'/>
<id>12abe8aed6dc724546cf93c94d7ff6abe864f28b</id>
<content type='text'>
Create a POSIX `&lt;nl_types.h&gt;` header with `catopen`, `catclose`, and
`catgets` function declarations.
Provide the stub/placeholder implementations which always return error.
This is consistent with the way
locales are currently (un-)implemented in llvm-libc.

Notably, providing `&lt;nl_types.h&gt;` fixes the last remaining issue with
building libc++ against llvm-libc
(on certain configuration of x86_64 Linux) after disabling threads and
wide-characters in libc++.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a POSIX `&lt;nl_types.h&gt;` header with `catopen`, `catclose`, and
`catgets` function declarations.
Provide the stub/placeholder implementations which always return error.
This is consistent with the way
locales are currently (un-)implemented in llvm-libc.

Notably, providing `&lt;nl_types.h&gt;` fixes the last remaining issue with
building libc++ against llvm-libc
(on certain configuration of x86_64 Linux) after disabling threads and
wide-characters in libc++.</pre>
</div>
</content>
</entry>
</feed>
