diff options
author | Roland McGrath <roland@gnu.org> | 2004-02-09 21:46:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-02-09 21:46:48 +0000 |
commit | c655f8f8516484d5a401ea5982921703b50e87e5 (patch) | |
tree | f5f4a4fdcf11716e3ef63cbe5f1fefdd598975a3 | |
parent | 42734314b12b7d75781076ccc8fd853a477f992e (diff) | |
download | glibc-c655f8f8516484d5a401ea5982921703b50e87e5.tar.gz glibc-c655f8f8516484d5a401ea5982921703b50e87e5.tar.xz glibc-c655f8f8516484d5a401ea5982921703b50e87e5.zip |
* sysdeps/unix/sysv/linux/i386/syscalls.list: Turn vm86 into vm86old
for vm86@GLIBC_2.0 version. Add new vm86@GLIBC_2.3.4. * sysdeps/unix/sysv/linux/i386/Versions (libc: GLIBC_2.3.4): Add vm86. * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Update vm86 prototype.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a5694761c7..3150876b09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-12-05 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/i386/syscalls.list: Turn vm86 into vm86old + for vm86@GLIBC_2.0 version. Add new vm86@GLIBC_2.3.4. + * sysdeps/unix/sysv/linux/i386/Versions (libc: GLIBC_2.3.4): Add vm86. + * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Update vm86 prototype. + 2004-02-09 Ulrich Drepper <drepper@redhat.com> * nis/ypclnt.c: Cleanup last patch. |