23#ifndef LELY_LIBC_SYS_TYPES_H_
24#define LELY_LIBC_SYS_TYPES_H_
28#ifndef LELY_HAVE_SYS_TYPES_H
29#if defined(_POSIX_C_SOURCE) || defined(__MINGW32__) || defined(__NEWLIB__)
30#define LELY_HAVE_SYS_TYPES_H 1
34#if LELY_HAVE_SYS_TYPES_H
43typedef ptrdiff_t ssize_t;
This header file is part of the Lely libraries; it contains the compiler feature definitions.
This header file is part of the C11 and POSIX compatibility library; it includes <stddef....
This header file is part of the C11 and POSIX compatibility library; it includes <sys/types....