From 04905aaeffba2bc77866a4056dc3f2020a86bb26 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 8 Mar 2017 09:39:11 +0000 Subject: Update documentation for the types change, with some extra fixes Also remove --enable-replace-libc from configure --- doc/libstddjb/index.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'doc/libstddjb/index.html') diff --git a/doc/libstddjb/index.html b/doc/libstddjb/index.html index 6ecfeb2..63a786b 100644 --- a/doc/libstddjb/index.html +++ b/doc/libstddjb/index.html @@ -78,6 +78,9 @@ functions writing into buffers or skalibs/sgetopt.h: getopt()-style command-line options management
  • skalibs/sig.h: safe signal management
  • +
  • skalibs/siovec.h: scatter/gather IO primitives working with an +iovec +structure
  • skalibs/skamisc.h: general string quoting and parsing; miscellaneous, unclassifiable functions
  • skalibs/socket.h: INET domain sockets
  • skalibs/stralloc.h: advanced management of dynamically allocated strings
  • @@ -97,11 +100,9 @@ includes them.
  • skalibs/uint16.h: operations with 16-bit unsigned integers
  • skalibs/uint32.h: operations with 32-bit unsigned integers
  • skalibs/uint64.h: operations with 64-bit unsigned integers
  • -
  • skalibs/ushort.h: portable helpers for the "unsigned short" basic type
  • -
  • skalibs/uint.h: portable helpers for the "unsigned int" basic type
  • -
  • skalibs/ulong.h: portable helpers for the "unsigned long" basic type
  • +
  • skalibs/types.h: portable helpers for common Unix types: size_t, +uid_t, gid_t, pid_t, time_t, dev_t and ino_t.
  • skalibs/error.h: portable macros for errno management
  • -
  • skalibs/gidstuff.h: helpers for the "gid_t" type
  • skalibs/setgroups.h: stub for the setgroups() function, for systems that do not define it
  • skalibs/ip46.h: IPv4/IPv6 abstraction layer
  • @@ -115,12 +116,10 @@ are not associated with any code and are mostly self-explanatory:
  • skalibs/gccattributes.h: wrappers around a few GCC-specific optimizations
  • skalibs/diuint.h: for associative arrays of unsigned integers
  • skalibs/diuint32.h: for associative arrays of 32-bit unsigned integers
  • +
  • skalibs/disize.h: for associative arrays of size_t
  • skalibs/environ.h: declaration of the environ variable
  • skalibs/nsig.h: the number of system signals, for systems that do not define it
  • skalibs/nonposix.h: feature test macros for non-POSIX-compliant systems
  • -
  • skalibs/siovec.h: -iovec-like -structure for scatter/gather IO operations
  • -- cgit v1.2.3