diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-03 22:02:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-03 22:02:13 +0000 |
commit | 4f6f0a8fcff3219a19e860f0c4037d9e5646042c (patch) | |
tree | e3762b7a1738b04c266852eee550eddc5a96aef5 /sysdeps/unix/sysv/linux/ia64/clone2.S | |
parent | be095ffaf426d462028b836432ef3ba32d45e3a5 (diff) | |
download | glibc-4f6f0a8fcff3219a19e860f0c4037d9e5646042c.tar.gz |
Update.
2003-03-03 Ulrich Drepper <drepper@redhat.com>
* include/sched.h (__clone2): Use ... instead of adding all the
new parameters.
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64/clone2.S')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/clone2.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/clone2.S b/sysdeps/unix/sysv/linux/ia64/clone2.S index 2a6593889b..f35c6703f5 100644 --- a/sysdeps/unix/sysv/linux/ia64/clone2.S +++ b/sysdeps/unix/sysv/linux/ia64/clone2.S @@ -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 |