[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
new module 'strerrorname_np'
From: |
Bruno Haible |
Subject: |
new module 'strerrorname_np' |
Date: |
Sun, 30 Aug 2020 22:31:57 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-186-generic; KDE/5.18.0; x86_64; ; ) |
strerrorname_np is another new function in glibc 2.32. It is probably useful
for the runtime library of many programming languages (such as guile or
GNU clisp).
Here's a module which adds support for it to gnulib, so that it may be
used in GNU code without portability worries.
Note: The function is completely unusable in glibc 2.32, see
<https://sourceware.org/bugzilla/show_bug.cgi?id=26555>. Gnulib overrides
it therefore.
I also don't want to hide from you these two error codes:
In GNU/Hurd there is
EIEIO = 0x40000068, /* Computer bought the farm */
and in MirBSD 10 there is
#define ENOCOFFEE 85 /* Programmer needs more coffee */
0001-strerrorname_np-New-module.patch
Description: Text Data
0002-strerrorname_np-Add-tests.patch
Description: Text Data
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- new module 'strerrorname_np',
Bruno Haible <=