mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
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.
This commit is contained in:
parent
c64bd6c2f4
commit
be916937c4
11
ChangeLog
11
ChangeLog
@ -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>
|
||||
|
||||
|
@ -414,6 +414,8 @@ write_real_program (const definition * def)
|
||||
for (l = proc->args.decls; l != NULL; l = l->next)
|
||||
f_print (fout, "argp->%s, ", l->decl.name);
|
||||
}
|
||||
if (mtflag)
|
||||
f_print (fout, "%s, ", RESULT);
|
||||
f_print (fout, "%s));\n}\n", RQSTP);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user