mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
* sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype.
This commit is contained in:
parent
253eb3a0ac
commit
6f8116b3ab
@ -1,3 +1,7 @@
|
|||||||
|
2005-07-07 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype.
|
||||||
|
|
||||||
2005-07-05 Jakub Jelinek <jakub@redhat.com>
|
2005-07-05 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition.
|
* elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Definitions of constants and data structure for POSIX 1003.1b-1993
|
/* Definitions of constants and data structure for POSIX 1003.1b-1993
|
||||||
scheduling interface.
|
scheduling interface.
|
||||||
Copyright (C) 1996-1999,2001,2002,2003 Free Software Foundation, Inc.
|
Copyright (C) 1996-1999,2001-2003,2005 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -69,7 +69,7 @@ __BEGIN_DECLS
|
|||||||
/* Clone current process. */
|
/* Clone current process. */
|
||||||
#ifdef __USE_MISC
|
#ifdef __USE_MISC
|
||||||
extern int clone (int (*__fn) (void *__arg), void *__child_stack,
|
extern int clone (int (*__fn) (void *__arg), void *__child_stack,
|
||||||
int __flags, void *__arg) __THROW;
|
int __flags, void *__arg, ...) __THROW;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
__END_DECLS
|
__END_DECLS
|
||||||
|
Loading…
Reference in New Issue
Block a user