]> Git Repo - J-u-boot.git/blame - tools/os_support.c
patman: Sort the command line options
[J-u-boot.git] / tools / os_support.c
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0+
2f8d396b
PT
2/*
3 * Copyright 2009 Extreme Engineering Solutions, Inc.
2f8d396b
PT
4 */
5
3b32cf09
BM
6#include "compiler.h"
7
2f8d396b
PT
8/*
9 * Include additional files required for supporting different operating systems
10 */
3b32cf09 11
6f261854 12#if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L
64b15021
MF
13#include "getline.c"
14#endif
This page took 0.411344 seconds and 4 git commands to generate.