diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-05 04:57:40 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-02-05 04:57:40 +0000 |
| commit | 18540edf4d9d4f5fc0075669d551938f8c7acd9d (patch) | |
| tree | e32496b78aa28838e82accee2a6b1e1830d8b532 /libpthread/nptl/sysdeps/unix/sysv/linux/mips | |
| parent | 8cb5748fe264e42ab43549314d44c97c83ed7c5f (diff) | |
| download | uClibc-alpine-18540edf4d9d4f5fc0075669d551938f8c7acd9d.tar.bz2 uClibc-alpine-18540edf4d9d4f5fc0075669d551938f8c7acd9d.tar.xz | |
Update for file renaming.
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/mips')
| -rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch index cef63bfae..6c77bb5d5 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/Makefile.arch @@ -1,11 +1,11 @@ # Makefile for uClibc NPTL # -# Copyright (C) 2005 Steven J. Hill <sjhill@uclibc.org> +# Copyright (C) 2006 Steven J. Hill <sjhill@uclibc.org> # # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -libpthread_SSRC = pt-vfork.S #clone.S +libpthread_SSRC = pt-clone.S pt-vfork.S libpthread_CSRC = pthread_once.c libc_a_CSRC = fork.c |
