mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
Update.
2003-01-21 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define.
This commit is contained in:
parent
e6fb884634
commit
0566b130fb
@ -1,3 +1,7 @@
|
|||||||
|
2003-01-21 Philip Blundell <philb@gnu.org>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/bits/ioctls.h (SIOCSIFNAME): Define.
|
||||||
|
|
||||||
2003-01-27 Steven Munroe <sjmunroe@us.ibm.com>
|
2003-01-27 Steven Munroe <sjmunroe@us.ibm.com>
|
||||||
|
|
||||||
* stdio-common/Makefile: Add bug14-ENV to set LOCPATH for make check.
|
* stdio-common/Makefile: Add bug14-ENV to set LOCPATH for make check.
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
2003-01-27 Ulrich Drepper <drepper@redhat.com>
|
2003-01-27 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/i386/i486/lowlevelsem.S
|
||||||
|
(__new_sem_post): Clear %eax before returning.
|
||||||
|
Reported by MAEDA Naoaki <maeda.naoaki@jp.fujitsu.com>.
|
||||||
|
|
||||||
* Makefile (tests): Add tst-cleanup2.
|
* Makefile (tests): Add tst-cleanup2.
|
||||||
* tst-cleanup2.c: New file.
|
* tst-cleanup2.c: New file.
|
||||||
|
|
||||||
|
@ -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.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
|
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
|
||||||
|
|
||||||
@ -277,6 +277,7 @@ __new_sem_post:
|
|||||||
testl %eax, %eax
|
testl %eax, %eax
|
||||||
js 1f
|
js 1f
|
||||||
|
|
||||||
|
xorl %eax, %eax
|
||||||
popl %ebx
|
popl %ebx
|
||||||
popl %esi
|
popl %esi
|
||||||
ret
|
ret
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
|
/* Copyright (C) 1996, 1997, 1998, 2003 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -48,6 +48,7 @@
|
|||||||
#define SIOCSIFMEM 0x8920 /* set memory address (BSD) */
|
#define SIOCSIFMEM 0x8920 /* set memory address (BSD) */
|
||||||
#define SIOCGIFMTU 0x8921 /* get MTU size */
|
#define SIOCGIFMTU 0x8921 /* get MTU size */
|
||||||
#define SIOCSIFMTU 0x8922 /* set MTU size */
|
#define SIOCSIFMTU 0x8922 /* set MTU size */
|
||||||
|
#define SIOCSIFNAME 0x8923 /* set interface name */
|
||||||
#define SIOCSIFHWADDR 0x8924 /* set hardware address */
|
#define SIOCSIFHWADDR 0x8924 /* set hardware address */
|
||||||
#define SIOCGIFENCAP 0x8925 /* get/set encapsulations */
|
#define SIOCGIFENCAP 0x8925 /* get/set encapsulations */
|
||||||
#define SIOCSIFENCAP 0x8926
|
#define SIOCSIFENCAP 0x8926
|
||||||
|
Loading…
Reference in New Issue
Block a user