2011-12-22 15:19:25 +00:00
|
|
|
/*
|
2018-05-16 07:08:52 +00:00
|
|
|
* \brief Minimal support for FreeBSD-specific syscalls
|
|
|
|
* \author Christian Helmuth
|
|
|
|
* \date 2018-05-16
|
2011-12-22 15:19:25 +00:00
|
|
|
*/
|
2018-05-16 07:08:52 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2018 Genode Labs GmbH
|
|
|
|
*
|
|
|
|
* This file is part of the Genode OS framework, which is distributed
|
|
|
|
* under the terms of the GNU Affero General Public License version 3.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _INCLUDE__LIBC_GENODE__SYS__SYSCALL_H_
|
|
|
|
#define _INCLUDE__LIBC_GENODE__SYS__SYSCALL_H_
|
|
|
|
|
|
|
|
#define SYS_thr_self 432 /* pid_t gettid() */
|
|
|
|
|
|
|
|
#endif /* _INCLUDE__LIBC_GENODE__SYS__SYSCALL_H_ */
|