about summary refs log tree commit diff
path: root/src/internal
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-05-25 00:59:31 -0400
committerRich Felker <dalias@aerifal.cx>2012-05-25 00:59:31 -0400
commit7efd14ecc92de7ccdf0209168a4ae6b73cd9e07a (patch)
tree8a3b1cc3ac59ca16e62e71d01198d13ebb763ca1 /src/internal
parent73db33b94927d160f5dac5861a37ffbfd81d3ff6 (diff)
downloadmusl-7efd14ecc92de7ccdf0209168a4ae6b73cd9e07a.tar.gz
musl-7efd14ecc92de7ccdf0209168a4ae6b73cd9e07a.tar.xz
musl-7efd14ecc92de7ccdf0209168a4ae6b73cd9e07a.zip
remove cruft from pthread structure (old cancellation stuff)
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/pthread_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/internal/pthread_impl.h b/src/internal/pthread_impl.h
index 2348b5da..01e6e5a0 100644
--- a/src/internal/pthread_impl.h
+++ b/src/internal/pthread_impl.h
@@ -27,8 +27,6 @@ struct pthread {
 	uintptr_t canary;
 	pid_t tid, pid;
 	int tsd_used, errno_val, *errno_ptr;
-	/* All cancellation-related fields must remain together, in order */
-	volatile uintptr_t cp_sp, cp_ip;
 	volatile int cancel, canceldisable, cancelasync;
 	unsigned char *map_base;
 	size_t map_size;