* sysdeps/generic/libc-start.c (__libc_start_main): Initialize
	thread library for static program.s
This commit is contained in:
Andreas Jaeger 2000-07-06 21:15:13 +00:00
parent f7b0d45acf
commit 394d3277fb

View File

@ -3,6 +3,9 @@
* sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): The type
of the proc system is "proc".
* sysdeps/generic/libc-start.c (__libc_start_main): Initialize
thread library for static program.s
2000-07-06 Greg McGary <greg@mcgary.org>
* sysdeps/unix/sysv/linux/sys/ptrace.h (PT_SYSCALL): Fix LHS.