mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2003-03-03 Ulrich Drepper <drepper@redhat.com> * include/sched.h (__clone2): Use ... instead of adding all the new parameters.
This commit is contained in:
@ -23,8 +23,7 @@
|
||||
|
||||
/* int __clone2(int (*fn) (void *arg), void *child_stack_base, */
|
||||
/* size_t child_stack_size, int flags, void *arg, */
|
||||
/* pid_t *child_tid, pid_t *parent_tid, */
|
||||
/* struct user_desc *tls) */
|
||||
/* pid_t *child_tid, pid_t *parent_tid, void *tls) */
|
||||
|
||||
ENTRY(__clone2)
|
||||
alloc r2=ar.pfs,8,2,6,0
|
||||
|
Reference in New Issue
Block a user