diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 08:30:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-28 08:30:50 +0000 |
commit | 0566b130fbb77c2673d0459b4d9ff825fc68b094 (patch) | |
tree | b97f81bcd1d03f95d3b2bd90749b7aac27b28908 /nptl/sysdeps | |
parent | e6fb884634cded8d92da107d09354409ac1f52a5 (diff) | |
download | glibc-0566b130fbb77c2673d0459b4d9ff825fc68b094.tar glibc-0566b130fbb77c2673d0459b4d9ff825fc68b094.tar.gz glibc-0566b130fbb77c2673d0459b4d9ff825fc68b094.tar.bz2 glibc-0566b130fbb77c2673d0459b4d9ff825fc68b094.zip |
Update.
2003-01-21 Philip Blundell <philb@gnu.org>
* sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define.
Diffstat (limited to 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelsem.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelsem.S b/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelsem.S index dd7d34e30f..1e32ec0767 100644 --- a/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelsem.S +++ b/nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelsem.S @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 Free Software Foundation, Inc. +/* Copyright (C) 2002, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2002. @@ -277,6 +277,7 @@ __new_sem_post: testl %eax, %eax js 1f + xorl %eax, %eax popl %ebx popl %esi ret |