about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-22 01:03:59 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-22 01:03:59 +0000
commit4a624ae307f083a759f10224428440585a7f615e (patch)
tree4965aa3aefc21b2876227eb955dbacf9a9b05c34 /sysdeps/unix/sysv/linux/i386
parent5bfc425236ac2105b8642715db83fe39f55640d2 (diff)
downloadglibc-4a624ae307f083a759f10224428440585a7f615e.tar.gz
glibc-4a624ae307f083a759f10224428440585a7f615e.tar.xz
glibc-4a624ae307f083a759f10224428440585a7f615e.zip
Update.
2000-05-19  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/i386/i686/sysdep.h
	(SYSCALL_ERROR_HANDLER): Remove unneeded syscall_error which
	breaks compilation without linuxthreads.
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386')
-rw-r--r--sysdeps/unix/sysv/linux/i386/i686/sysdep.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/i686/sysdep.h b/sysdeps/unix/sysv/linux/i386/i686/sysdep.h
index 4a4ee9361b..5a45d47046 100644
--- a/sysdeps/unix/sysv/linux/i386/i686/sysdep.h
+++ b/sysdeps/unix/sysv/linux/i386/i686/sysdep.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1998, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper, <drepper@cygnus.com>, 1998.
 
@@ -49,7 +49,6 @@
    not modify the stack!  */
 # else
 #  define SYSCALL_ERROR_HANDLER						      \
-  .type syscall_error,@function;					      \
 1:movl (%esp),%ecx;							      \
   ret;									      \
 0:call 1b;								      \