diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-19 10:37:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-19 10:37:20 +0000 |
commit | 3d4d05dbadf098845328149e3fb0acc48c4ee207 (patch) | |
tree | 68a7fe45e69f7161c72cc53638a3252fe2c55ebb /libc/sysdeps/linux/alpha/Makefile.arch | |
parent | 11a57d4993c9f7d5e743a8af6e76072b432717ce (diff) |
rename file and fix setting of errno
Diffstat (limited to 'libc/sysdeps/linux/alpha/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/alpha/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/alpha/Makefile.arch b/libc/sysdeps/linux/alpha/Makefile.arch index 4d33cef26..2a66bc1a4 100644 --- a/libc/sysdeps/linux/alpha/Makefile.arch +++ b/libc/sysdeps/linux/alpha/Makefile.arch @@ -5,7 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC := sysdep.c +CSRC := __syscall_error.c SSRC := \ __longjmp.S brk.S bsd-_setjmp.S bsd-setjmp.S clone.S \ |