genode/repos/libports/include/libc-genode/sys/syscall.h

20 lines
502 B
C
Raw Normal View History

2011-12-22 15:19:25 +00:00
/*
* \brief Minimal support for FreeBSD-specific syscalls
* \author Christian Helmuth
* \date 2018-05-16
2011-12-22 15:19:25 +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_ */