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.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.c')
-rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork.c b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork.c deleted file mode 100644 index 06b7e1c69..000000000 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/fork.c +++ /dev/null @@ -1 +0,0 @@ -#include "../i386/fork.c" |