YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
PlatformSysPrctl.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3
* SPDX-License-Identifier: BSD-3-Clause
4
*/
5
6
#ifndef YARP_RUN_IMPL_PLATFORMSYSPRCTL_H
7
#define YARP_RUN_IMPL_PLATFORMSYSPRCTL_H
8
9
#include <
yarp/conf/system.h
>
10
#if defined(YARP_HAS_SYS_PRCTL_H)
11
# include <sys/prctl.h>
12
#endif
13
14
namespace
yarp::run::impl
{
15
16
#if defined(YARP_HAS_SYS_PRCTL_H)
17
using ::prctl;
18
#endif
19
20
}
// namespace yarp::run::impl
21
22
#endif
// YARP_RUN_IMPL_PLATFORMSYSPRCTL_H
yarp::run::impl
Definition
PlatformStdlib.h:20
system.h
YARP
3.11.100+20250603.4+gitaa77f8b5c
src
libYARP_run
src
yarp
run
impl
PlatformSysPrctl.h
Generated on Wed Jun 4 2025 02:40:12 for YARP by
1.9.8