summaryrefslogtreecommitdiffstats
path: root/include/lib/libc/aarch32/time_.h
blob: a9169c29324b122cbd6a85df9466969f7176f3be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef TIME__H
#define TIME__H

#ifndef SIZET_
typedef unsigned int size_t;
#define SIZET_
#endif

typedef long int time_t;

#endif /* TIME__H */