summaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-14 05:17:39 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-14 05:17:39 +0000
commit40b334afb47c606d39a5be4119378596dde2cffc (patch)
tree097f64ace222d57394df81a85208776aff7da179 /linuxthreads
parent5c76ff279fa8fd1425b86a39fe75507660cc0b5c (diff)
Pretty printing.
* attr.c: Include ldsodefs.h. (pthread_getattr_np): Don't declare __libc_stack_end.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index b783ddc528..49a37df7f8 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -15,8 +15,8 @@
2004-01-16 Richard Henderson <rth@redhat.com>
- * attr.c: Include ldsodefs.h.
- (pthread_getattr_np): Don't declare __libc_stack_end.
+ * attr.c: Include ldsodefs.h.
+ (pthread_getattr_np): Don't declare __libc_stack_end.
2004-01-09 Steven Munroe <sjmunroe@us.ibm.com>