summaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-01 14:31:24 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-01 14:31:24 +0000
commit8c93cd99f54c6971594aa76f6e4304d0c1fe4ae0 (patch)
tree71d35e9901ce81bfd0aad04f1c24087463ddc03c /libio
parent7782d0bf55c294b7ed872e2590fcf4a683be5e05 (diff)
Update
1998-10-01 Philip Blundell <pb@nexus.co.uk> * sysdeps/arm/machine-gmon.h: Correct args to mcount(). Patch from Scott Bambrough. * sysdeps/unix/sysv/linux/arm/register-dump.h: New file. * libio/libioP.h (FILEBUF_LITERAL) [! _IO_MTSAFE_IO]: Don't include the lock member. 1998-09-03 Philip Blundell <pb@nexus.co.uk> * sysdeps/arm/fpu/__longjmp.S: Cope with fussy assembler.
Diffstat (limited to 'libio')
-rw-r--r--libio/libioP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/libioP.h b/libio/libioP.h
index bf5638fb19..43fdb4047c 100644
--- a/libio/libioP.h
+++ b/libio/libioP.h
@@ -588,7 +588,7 @@ extern int _IO_vscanf __P ((const char *, _IO_va_list));
# define FILEBUF_LITERAL(CHAIN, FLAGS, FD) \
{ _IO_MAGIC+_IO_LINKED+_IO_IS_FILEBUF+FLAGS, \
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, CHAIN, FD, \
- 0, _IO_pos_BAD, 0, 0, { 0 }, &_IO_stdfile_##FD##_lock, _IO_pos_BAD }
+ 0, _IO_pos_BAD, 0, 0, { 0 }, 0, _IO_pos_BAD }
# endif
#endif