diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-04-03 08:57:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-04-03 08:57:21 +0000 |
commit | be916937c4a4ff68966e8bfd5487d93948fd817a (patch) | |
tree | 76a52cdcc6ae2b7fd9793b5fc71c128e41ede19b /ChangeLog | |
parent | c64bd6c2f4b681cbc88ce33afb01d8609cef27c0 (diff) | |
download | glibc-be916937c4a4ff68966e8bfd5487d93948fd817a.zip glibc-be916937c4a4ff68966e8bfd5487d93948fd817a.tar.gz glibc-be916937c4a4ff68966e8bfd5487d93948fd817a.tar.bz2 |
Update.
* sunrpc/rpc_svcout.c (write_real_program): Write "result, "
parameter if mtflag. Patch by <jeongyun@innovay.com>.
* sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
* sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
* sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
* sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,5 +1,8 @@ 2002-04-03 Ulrich Drepper <drepper@redhat.com> + * sunrpc/rpc_svcout.c (write_real_program): Write "result, " + parameter if mtflag. Patch by <jeongyun@innovay.com>. + * sunrpc/rpc_svcout.c (printif): Remove third parameter. It was always "&". Adjust callers. Add "_" prefix to several generated definitions. @@ -110,10 +113,10 @@ 2002-03-28 Andreas Jaeger <aj@suse.de> - * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New. - * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New. - * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New. - * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New. + * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file. + * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file. + * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file. + * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file. 2002-03-27 Andreas Jaeger <aj@suse.de> |