diff options
author | June McEnroe <june@causal.agency> | 2023-10-11 18:26:49 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2023-10-11 18:26:49 -0400 |
commit | 1a1b5c85663a5170da073674344ed1a6bdb0b0eb (patch) | |
tree | 81d986a5b6ea04a478ba2d0059fe5f176b3ecc8e /include/compat/sys | |
parent | Import LibreSSL 3.8.0 (diff) | |
download | libretls-1a1b5c85663a5170da073674344ed1a6bdb0b0eb.tar.gz libretls-1a1b5c85663a5170da073674344ed1a6bdb0b0eb.zip |
Import LibreSSL 3.8.1 upstream
Diffstat (limited to '')
-rw-r--r-- | include/compat/sys/types.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/compat/sys/types.h b/include/compat/sys/types.h index 4967843..59664bc 100644 --- a/include/compat/sys/types.h +++ b/include/compat/sys/types.h @@ -45,18 +45,6 @@ typedef SSIZE_T ssize_t; #endif -#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__) -# define __bounded__(x, y, z) -#endif - -#if !defined(HAVE_ATTRIBUTE__DEAD) && !defined(__dead) -#ifdef _MSC_VER -#define __dead __declspec(noreturn) -#else -#define __dead __attribute__((__noreturn__)) -#endif -#endif - #ifdef _WIN32 #define __warn_references(sym,msg) #else |