Diff for /libelwix/inc/elwix.h between versions 1.25.12.2 and 1.26.4.1

version 1.25.12.2, 2025/08/21 15:40:07 version 1.26.4.1, 2025/09/26 08:58:05
Line 51  SUCH DAMAGE. Line 51  SUCH DAMAGE.
 #include <assert.h>  #include <assert.h>
 #include <syslog.h>  #include <syslog.h>
 #include <stdarg.h>  #include <stdarg.h>
   #include <stdalign.h>
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/socket.h>  #include <sys/socket.h>
Line 65  SUCH DAMAGE. Line 66  SUCH DAMAGE.
 #include <netinet/in.h>  #include <netinet/in.h>
 #include <arpa/inet.h>  #include <arpa/inet.h>
   
   #ifndef __cplusplus
           #include <stdatomic.h>
   #else
           #include <atomic>
           #define _Atomic(X) std::atomic< X >
   #endif
   
 #include <elwix/aqueue.h>  #include <elwix/aqueue.h>
 #include <elwix/atree.h>  #include <elwix/atree.h>
 #include <elwix/ampool.h>  #include <elwix/ampool.h>
Line 82  SUCH DAMAGE. Line 90  SUCH DAMAGE.
 #include <elwix/ajson.h>  #include <elwix/ajson.h>
 #include <elwix/aiov.h>  #include <elwix/aiov.h>
 #include <elwix/aindex.h>  #include <elwix/aindex.h>
   #include <elwix/aring.h>
   
   
 #ifndef STRSIZ  #ifndef STRSIZ

Removed from v.1.25.12.2  
changed lines
  Added in v.1.26.4.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>