make pthread attribute types structs, even when they just have one field
[musl] / include / sys / resource.h
index bf59d1c..0cfbcf4 100644 (file)
@@ -5,9 +5,10 @@
 extern "C" {
 #endif
 
+#include <features.h>
+#include <sys/time.h>
+
 #define __NEED_id_t
-#define __NEED_time_t
-#define __NEED_struct_timeval
 
 #ifdef _GNU_SOURCE
 #define __NEED_pid_t
@@ -55,6 +56,7 @@ int setpriority (int, id_t, int);
 
 #ifdef _GNU_SOURCE
 int prlimit(pid_t, int, const struct rlimit *, struct rlimit *);
+#define prlimit64 prlimit
 #endif
 
 #define PRIO_PROCESS 0