initial top-level import of subdirectories
This commit is contained in:
13
include/sys/types.h
Normal file
13
include/sys/types.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#include_next <sys/types.h>
|
||||
|
||||
#ifndef LIBCRYPTOCOMPAT_SYS_TYPES_H
|
||||
#define LIBCRYPTOCOMPAT_SYS_TYPES_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __sun
|
||||
typedef uint8_t u_int8_t;
|
||||
typedef uint32_t u_int32_t;
|
||||
#endif
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user