aboutsummaryrefslogtreecommitdiff
path: root/include/sys/types.h
blob: 79b93e014bb208745947817801aa804060363c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include_next <sys/types.h>

#ifndef LIBCRYPTOCOMPAT_SYS_TYPES_H
#define LIBCRYPTOCOMPAT_SYS_TYPES_H

#include <stdint.h>

#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
# define __bounded__(x, y, z)
#endif

#endif