diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-17 15:01:22 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-17 15:01:22 +0000 |
commit | f3557869630df8ff423f062b97ad98fee01377e1 (patch) | |
tree | 3f2ba8c1a03d690706e239a1d4108db231f6aac0 /libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c | |
parent | 54a7d559374ef72fa59bbe3a56d27ff5ec34d3aa (diff) | |
download | uClibc-alpine-f3557869630df8ff423f062b97ad98fee01377e1.tar.bz2 uClibc-alpine-f3557869630df8ff423f062b97ad98fee01377e1.tar.xz |
Rename 'fork.c' to be 'fork-nptl.c' because it ends up replacing the object 'libc/sysdeps/linux/common/fork.o' and 'fork' then appears as undefined when applications are linked against uClibc.
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c new file mode 100644 index 000000000..06b7e1c69 --- /dev/null +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork-nptl.c @@ -0,0 +1 @@ +#include "../i386/fork.c" |