Diff for /libelwix/inc/elwix.h between versions 1.30.10.1 and 1.32

version 1.30.10.1, 2026/03/31 15:25:23 version 1.32, 2026/05/11 15:53:20
Line 56  SUCH DAMAGE. Line 56  SUCH DAMAGE.
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/socket.h>  #include <sys/socket.h>
 #include <sys/un.h>  #include <sys/un.h>
#include <stdatomic.h>#ifndef __cplusplus
         #include <stdatomic.h>
 #else
         #include <atomic>
         #define _Atomic(X) std::atomic<X>
 #endif
 #ifndef __linux__  #ifndef __linux__
 #include <sys/limits.h>  #include <sys/limits.h>
 #include <sys/endian.h>  #include <sys/endian.h>

Removed from v.1.30.10.1  
changed lines
  Added in v.1.32


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