Fix typo.

* sysdeps/i386/pt-machine.h: Likewise.
This commit is contained in:
Ulrich Drepper 1998-09-01 10:35:19 +00:00
parent 7afab53d43
commit 6a805a0b40
2 changed files with 2 additions and 1 deletions

View File

@ -144,6 +144,7 @@ _dl_close (struct link_map *map)
/* We will unlink the first object only if this is a statically /* We will unlink the first object only if this is a statically
linked program. */ linked program. */
assert (imap->l_prev != NULL); assert (imap->l_prev != NULL);
imap->l_prev->l_next = imap->l_next;
#else #else
if (imap->l_prev != NULL) if (imap->l_prev != NULL)
imap->l_prev->l_next = imap->l_next; imap->l_prev->l_next = imap->l_next;

View File

@ -1,7 +1,7 @@
1998-08-31 Ulrich Drepper <drepper@cygnus.com> 1998-08-31 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/i386/i686/pt-machine.h (testandset): Add memory clobber. * sysdeps/i386/i686/pt-machine.h (testandset): Add memory clobber.
* sysdeps/i386/pt-machine.h: Likewise * sysdeps/i386/pt-machine.h: Likewise.
Suggested by Roland McGrath. Suggested by Roland McGrath.
1998-08-28 13:58 Ulrich Drepper <drepper@cygnus.com> 1998-08-28 13:58 Ulrich Drepper <drepper@cygnus.com>