sync with OpenBSD -current

This commit is contained in:
purplerain 2023-12-02 11:08:21 +00:00
parent 8873eac723
commit 02d83d01a6
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
275 changed files with 1129 additions and 1124 deletions

View file

@ -17,7 +17,7 @@ CDIAGFLAGS+= -Wno-missing-field-initializers
# cbor/
SRCS+= arrays.c bytestrings.c callbacks.c common.c encoding.c floats_ctrls.c
SRCS+= ints.c maps.c serialization.c streaming.c tags.c strings.c
SRCS+= ints.c maps.c serialization.c streaming.c tags.c strings.c
# cbor/internal
SRCS+= builder_callbacks.c encoders.c loaders.c memory_utils.c

View file

@ -9,15 +9,15 @@
# ifndef CBOR_EXPORT
# ifdef cbor_EXPORTS
/* We are building this library */
# define CBOR_EXPORT
# define CBOR_EXPORT
# else
/* We are using this library */
# define CBOR_EXPORT
# define CBOR_EXPORT
# endif
# endif
# ifndef CBOR_NO_EXPORT
# define CBOR_NO_EXPORT
# define CBOR_NO_EXPORT
# endif
#endif

View file

@ -10,6 +10,6 @@
#define CBOR_PRETTY_PRINTER 1
#define CBOR_RESTRICT_SPECIFIER restrict
#define CBOR_INLINE_SPECIFIER
#define CBOR_INLINE_SPECIFIER
#endif //LIBCBOR_CONFIGURATION_H