summaryrefslogtreecommitdiffstats
path: root/kernel/tests/include/lapi/utsname.h
blob: 6209eac47b631ff558061a83b8c8dce329ea5ca2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (c) 2019 Petr Vorel <petr.vorel@gmail.com>
 */

#ifdef HAVE_SYS_UTSNAME_H
# include <sys/utsname.h>
#endif

#ifndef _UTSNAME_LENGTH
# define _UTSNAME_LENGTH 65
#endif

#ifndef _UTSNAME_DOMAIN_LENGTH
# define _UTSNAME_DOMAIN_LENGTH _UTSNAME_LENGTH
#endif