diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | doc/info/chap/error-reporting.texinfo | 6 | ||||
-rw-r--r-- | src/slibc-human/escape.c | 2 | ||||
-rw-r--r-- | src/slibc-human/humanmode.c | 2 | ||||
-rw-r--r-- | src/slibc-human/humansize.c | 2 | ||||
-rw-r--r-- | src/slibc-human/machinemode.c | 2 | ||||
-rw-r--r-- | src/slibc-human/unescape.c | 2 |
7 files changed, 9 insertions, 9 deletions
@@ -29,7 +29,7 @@ Macro definitions: cannot fully utilise _PORTABLE_SOURCE. -slibc provides some slib-specific extensions that +slibc provides some slibc-specific extensions that do not require _SLIBC_SOURCE. (They are however disabled if _PORTABLE_SOURCE is defined.) These extensions are defined in header files whose diff --git a/doc/info/chap/error-reporting.texinfo b/doc/info/chap/error-reporting.texinfo index 4d44a31..2a438e0 100644 --- a/doc/info/chap/error-reporting.texinfo +++ b/doc/info/chap/error-reporting.texinfo @@ -524,12 +524,12 @@ variable is global and shared by all threads. In @code{slibc}, functions defined in @file{<err.h>} use functions defined in @file{<error.h>}. -@hfindex slib-error.h -@code{slibc} adds the header file @file{<slib-error.h>}. +@hfindex slibc-error.h +@code{slibc} adds the header file @file{<slibc-error.h>}. It includes @file{<errno.h>}. It does not require the @code{_SLIBC_SOURCE} is defined, but it does require that neither @code{_PORTABLE_SOURCE} nor -@code{_LIBRARY_HEADER}@. @file{<slib-error.h>} also +@code{_LIBRARY_HEADER}@. @file{<slibc-error.h>} also uses C preprocessors directives added by the @sc{ISO}@tie{}C99 standard. Additionally, the C language extensions @code{(@{ @})} and @code{typeof}. diff --git a/src/slibc-human/escape.c b/src/slibc-human/escape.c index 56cf794..9579f73 100644 --- a/src/slibc-human/escape.c +++ b/src/slibc-human/escape.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <slib-human.h> +#include <slibc-human.h> #include <slibc/internals.h> #include <stdlib.h> #include <string.h> diff --git a/src/slibc-human/humanmode.c b/src/slibc-human/humanmode.c index 83aba68..5dca887 100644 --- a/src/slibc-human/humanmode.c +++ b/src/slibc-human/humanmode.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <slib-human.h> +#include <slibc-human.h> #include <stdlib.h> #include <errno.h> #include <sys/stat.h> diff --git a/src/slibc-human/humansize.c b/src/slibc-human/humansize.c index 5f2bd4c..798cca6 100644 --- a/src/slibc-human/humansize.c +++ b/src/slibc-human/humansize.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <slib-human.h> +#include <slibc-human.h> #include <stdlib.h> #include <string.h> #include <alloca.h> diff --git a/src/slibc-human/machinemode.c b/src/slibc-human/machinemode.c index f454613..da23662 100644 --- a/src/slibc-human/machinemode.c +++ b/src/slibc-human/machinemode.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <slib-human.h> +#include <slibc-human.h> #include <stdlib.h> #include <string.h> #include <errno.h> diff --git a/src/slibc-human/unescape.c b/src/slibc-human/unescape.c index 33b58b5..6224c15 100644 --- a/src/slibc-human/unescape.c +++ b/src/slibc-human/unescape.c @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <slib-human.h> +#include <slibc-human.h> #include <stddef.h> #include <errno.h> #include <string.h> |