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
14namespace 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