From 5f37fc132a8f41994f37b6712feb2d4fd34c2be0 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 3 Aug 2011 19:57:46 -0400 Subject: further debloat cancellation handlers cleanup push and pop are also no-ops if pthread_exit is not reachable. this can make a big difference for library code which needs to protect itself against cancellation, but which is unlikely to actually be used in programs with threads/cancellation. --- src/thread/cancellation2.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/thread/cancellation2.c (limited to 'src/thread/cancellation2.c') diff --git a/src/thread/cancellation2.c b/src/thread/cancellation2.c deleted file mode 100644 index e69de29b..00000000 -- cgit 1.4.1