xref: /third_party/ltp/include/lapi/utsname.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/include/lapi/
1f08c3bdfSopenharmony_ci// SPDX-License-Identifier: GPL-2.0-or-later
2f08c3bdfSopenharmony_ci/*
3f08c3bdfSopenharmony_ci * Copyright (c) 2019 Petr Vorel <petr.vorel@gmail.com>
4f08c3bdfSopenharmony_ci */
5f08c3bdfSopenharmony_ci
6f08c3bdfSopenharmony_ci#ifndef LAPI_UTSNAME_H__
7f08c3bdfSopenharmony_ci#define LAPI_UTSNAME_H__
8f08c3bdfSopenharmony_ci
9f08c3bdfSopenharmony_ci#ifdef HAVE_SYS_UTSNAME_H
10f08c3bdfSopenharmony_ci# include <sys/utsname.h>
11f08c3bdfSopenharmony_ci#endif
12f08c3bdfSopenharmony_ci
13f08c3bdfSopenharmony_ci#ifndef _UTSNAME_LENGTH
14f08c3bdfSopenharmony_ci# define _UTSNAME_LENGTH 65
15f08c3bdfSopenharmony_ci#endif
16f08c3bdfSopenharmony_ci
17f08c3bdfSopenharmony_ci#ifndef _UTSNAME_DOMAIN_LENGTH
18f08c3bdfSopenharmony_ci# define _UTSNAME_DOMAIN_LENGTH _UTSNAME_LENGTH
19f08c3bdfSopenharmony_ci#endif
20f08c3bdfSopenharmony_ci
21f08c3bdfSopenharmony_ci#endif /* LAPI_UTSNAME_H__ */
22

Indexes created Thu Nov 07 10:32:03 CST 2024