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

#ifndef STDIO__H
#define STDIO__H

#ifndef SSIZET_
typedef int ssize_t;
#define SSIZET_
#endif

#endif /* STDIO__H */