diff options
Diffstat (limited to 'libc/sysdeps/linux/c6x')
-rw-r--r-- | libc/sysdeps/linux/c6x/bits/resource.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/c6x/bits/resource.h b/libc/sysdeps/linux/c6x/bits/resource.h index 72b08ce84..438827542 100644 --- a/libc/sysdeps/linux/c6x/bits/resource.h +++ b/libc/sysdeps/linux/c6x/bits/resource.h @@ -143,6 +143,15 @@ enum __rusage_who /* Both. */ RUSAGE_BOTH = -2 #define RUSAGE_BOTH RUSAGE_BOTH + +#ifdef __USE_GNU + , + /* The calling thread. */ + RUSAGE_THREAD = 1 +# define RUSAGE_THREAD RUSAGE_THREAD + /* Name for the same functionality on Solaris. */ +# define RUSAGE_LWP RUSAGE_THREAD +#endif }; #define __need_timeval |