mirror of
git://git.musl-libc.org/musl
synced 2025-04-11 03:31:50 +00:00
remove long-unused struct __timer from pthread_impl.h
commit 3990c5c6a4
removed the last
reference.
This commit is contained in:
parent
85e16aec51
commit
3733766083
@ -73,11 +73,6 @@ enum {
|
|||||||
DT_DETACHED,
|
DT_DETACHED,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct __timer {
|
|
||||||
int timerid;
|
|
||||||
pthread_t thread;
|
|
||||||
};
|
|
||||||
|
|
||||||
#define __SU (sizeof(size_t)/sizeof(int))
|
#define __SU (sizeof(size_t)/sizeof(int))
|
||||||
|
|
||||||
#define _a_stacksize __u.__s[0]
|
#define _a_stacksize __u.__s[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user