about summary refs log tree commit diff
path: root/include/sched.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-15 13:04:07 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-15 13:04:07 +0000
commit2a76f7ef1477c3e33dce2d9d7c3005c660de18a0 (patch)
treed5388da94a821752ba13aa93e34914f3f803932c /include/sched.h
parentfaa5b9b31c356df69d9cc6b37be71255bcb0e307 (diff)
downloadglibc-2a76f7ef1477c3e33dce2d9d7c3005c660de18a0.tar.gz
glibc-2a76f7ef1477c3e33dce2d9d7c3005c660de18a0.tar.xz
glibc-2a76f7ef1477c3e33dce2d9d7c3005c660de18a0.zip
Update.
2002-08-15  Ulrich Drepper  <drepper@redhat.com>

	* csu/Makefile: Define elide-routines.os not static-only-routines.

	* include/sched.h (__clone): Add varargs at the end.

	* elf/rtld.c (_dl_start): All TLS_INIT_TP to fail and stop in that
	case.
	(TLS_INIT_HELPER): If defined use it.
	* sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.

	* locale/loadarchive.c (archfname): Add missing slash.
	* sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
	* wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
Diffstat (limited to 'include/sched.h')
-rw-r--r--include/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sched.h b/include/sched.h
index 26ff9c2be1..291811a6d3 100644
--- a/include/sched.h
+++ b/include/sched.h
@@ -16,7 +16,7 @@ extern int __sched_rr_get_interval (__pid_t __pid, struct timespec *__t);
 
 /* These are Linux specific.  */
 extern int __clone (int (*__fn) (void *__arg), void *__child_stack,
-		    int __flags, void *__arg);
+		    int __flags, void *__arg, ...);
 extern int __clone2 (int (*__fn) (void *__arg), void *__child_stack_base,
 		     size_t __child_stack_size, int __flags, void *__arg);
 #endif