diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux')
-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 |