projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b95fd0
)
remove leftover declarations for removed functions from pthread_impl.h
author
Rich Felker
<dalias@aerifal.cx>
Wed, 5 Sep 2018 18:11:38 +0000
(14:11 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 5 Sep 2018 18:11:38 +0000
(14:11 -0400)
src/internal/pthread_impl.h
patch
|
blob
|
history
diff --git
a/src/internal/pthread_impl.h
b/src/internal/pthread_impl.h
index 3826bd8eaef5d5fa12cdbbe6a49363ba37337a64..d4d1dc61b962534ffd73cf3711ef7a406a174608 100644
(file)
--- a/
src/internal/pthread_impl.h
+++ b/
src/internal/pthread_impl.h
@@
-135,13
+135,9
@@
struct __timer {
((sigset_t *)(const unsigned long [_NSIG/8/sizeof(long)]){ \
0x80000000 })
-pthread_t __pthread_self_init(void);
-
int __clone(int (*)(void *), void *, int, void *, ...);
int __set_thread_area(void *);
int __libc_sigaction(int, const struct sigaction *, struct sigaction *);
-int __libc_sigprocmask(int, const sigset_t *, sigset_t *);
-void __lock(volatile int *);
void __unmapself(void *, size_t);
void __vm_wait(void);