Files
haiku-beta6/headers/private/system/syscall_clock_info.h
T
Jérôme Duval 04c90835ac POSIX: add pthread_getcpuclockid()
fix #15615

Change-Id: I6b34f97464fac97d0b339fa338cfc5df34536080
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8681
Reviewed-by: Jérôme Duval <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
Tested-by: Commit checker robot <[email protected]>
2024-12-17 09:45:13 +00:00

16 lines
313 B
C

/*
* Copyright 2024, Jérôme Duval, [email protected]. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _SYSTEM_SYSCALL_CLOCK_INFO_H
#define _SYSTEM_SYSCALL_CLOCK_INFO_H
enum which_process_info {
TEAM_ID = 1,
THREAD_ID,
};
#endif /* _SYSTEM_SYSCALL_CLOCK_INFO_H */