summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_getattr_np.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_getattr_np.c')
-rw-r--r--libpthread/nptl/pthread_getattr_np.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_getattr_np.c b/libpthread/nptl/pthread_getattr_np.c
index 6df6c8e95..e8085396a 100644
--- a/libpthread/nptl/pthread_getattr_np.c
+++ b/libpthread/nptl/pthread_getattr_np.c
@@ -66,7 +66,6 @@ pthread_getattr_np (
{
/* No stack information available. This must be for the initial
thread. Get the info in some magical way. */
- assert (abs (thread->pid) == thread->tid);
/* Stack size limit. */
struct rlimit rl;