diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-05 01:20:21 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-01-05 01:20:21 +0000 |
commit | 2a214a4cb8d68d3ab6d202feb3baabe31cc64355 (patch) | |
tree | 2d57d3bba0123ccb4af6cab399903b92f61c900f /libpthread/nptl/sysdeps/unix/sysv/linux | |
parent | 31e1fd4f8a380e2540426cd863b83c7c2e6a4376 (diff) | |
download | uClibc-alpine-2a214a4cb8d68d3ab6d202feb3baabe31cc64355.tar.bz2 uClibc-alpine-2a214a4cb8d68d3ab6d202feb3baabe31cc64355.tar.xz |
Clean up headers for the install target. Also define 'attribute_tls_model_ie' in 'libc-internal.h' where it belongs. Update includes in a few other miscellaneous files.
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/i386/fork.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/fork.c b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/fork.c index 813e5299a..0ddfe70da 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/fork.c +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/fork.c @@ -19,6 +19,7 @@ #include <sched.h> #include <signal.h> +#include <stdio.h> #include <sysdep.h> #include <tls.h> |