Diff for /libelwix/inc/global.h between versions 1.9.26.2 and 1.11

version 1.9.26.2, 2025/09/26 10:02:57 version 1.11, 2025/09/26 16:01:58
Line 63  SUCH DAMAGE. Line 63  SUCH DAMAGE.
 #include <ifaddrs.h>  #include <ifaddrs.h>
 #include <assert.h>  #include <assert.h>
 #include <paths.h>  #include <paths.h>
   #include <stdatomic.h>
   #include <stdalign.h>
 #include <sys/types.h>  #include <sys/types.h>
 #ifndef __linux__  #ifndef __linux__
 #include <sys/stdint.h>  #include <sys/stdint.h>
Line 77  SUCH DAMAGE. Line 79  SUCH DAMAGE.
 #include <net/if.h>  #include <net/if.h>
 #if !defined(__OpenBSD__) && !defined(__linux__)  #if !defined(__OpenBSD__) && !defined(__linux__)
 #include <sys/endian.h>  #include <sys/endian.h>
 #endif  
   
 #ifndef __cplusplus  
         #include <stdatomic.h>  
 #else  
         #include <atomic>  
         #define _Atomic(X) std::atomic< X >  
 #endif  #endif
   
 #include "elwix.h"  #include "elwix.h"

Removed from v.1.9.26.2  
changed lines
  Added in v.1.11


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