diff options
author | Rich Felker <dalias@aerifal.cx> | 2018-09-05 14:11:38 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2018-09-05 14:11:38 -0400 |
commit | eeb6f7742506b08692f745c7f588d046f1aa8214 (patch) | |
tree | 107c9f8ef85c7e3f19a79f97aa87cca93872d09e /src | |
parent | 9b95fd0944e4206949e90633c3fed088202810ec (diff) | |
download | musl-eeb6f7742506b08692f745c7f588d046f1aa8214.tar.gz musl-eeb6f7742506b08692f745c7f588d046f1aa8214.tar.bz2 musl-eeb6f7742506b08692f745c7f588d046f1aa8214.tar.xz musl-eeb6f7742506b08692f745c7f588d046f1aa8214.zip |
remove leftover declarations for removed functions from pthread_impl.h
Diffstat (limited to 'src')
-rw-r--r-- | src/internal/pthread_impl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h index 3826bd8e..d4d1dc61 100644 --- 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); |