summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/private/stdint.h
blob: 1fed338419aac237975215dbac6ebe45dd67d286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include_next <stdint.h>

#define __need_size_t
#include <stddef.h>

#include <__typedef_clock_t.h>
#include <__typedef_time_t.h>
#include <__typedef_blksize_t.h>
#include <__typedef_off_t.h>
#include <__typedef_ssize_t.h>
#include <__typedef_suseconds_t.h>
#include <__typedef_nlink_t.h>