From 3d4d05dbadf098845328149e3fb0acc48c4ee207 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 19 Feb 2006 10:37:20 +0000 Subject: rename file and fix setting of errno --- libc/sysdeps/linux/alpha/sysdep.c | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 libc/sysdeps/linux/alpha/sysdep.c (limited to 'libc/sysdeps/linux/alpha/sysdep.c') diff --git a/libc/sysdeps/linux/alpha/sysdep.c b/libc/sysdeps/linux/alpha/sysdep.c deleted file mode 100644 index cb3cb2639..000000000 --- a/libc/sysdeps/linux/alpha/sysdep.c +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright (C) 2000-2006 Erik Andersen - * - * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. - */ - -#include - -/* This routine is jumped to by all the syscall handlers, to stash - an error number into errno. */ -int attribute_hidden __syscall_error (int err_no) -{ - __set_errno (err_no); - return -1; -} -- cgit v1.2.3