summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-12-05 20:33:12 +0000
committerIgor Pashev <pashev.igor@gmail.com>2012-12-05 20:33:12 +0000
commit0fa4e4645d9a776edc2ad7ce382a74869815a927 (patch)
tree79a02f7e30d19452e917aa9e97be75a5e170c522
parent06113653406aeb8f5dd336eca5caeeea2e4f9248 (diff)
downloadglibc-0fa4e4645d9a776edc2ad7ce382a74869815a927.tar.gz
Go ahead
-rw-r--r--sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/sysdep.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/sysdep.h b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/sysdep.h
index f93fdba57e..799075eaac 100644
--- a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/sysdep.h
+++ b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/x86_64/sysdep.h
@@ -1,9 +1,11 @@
-/* Copyright (C) 1992,1993,1995-2000,2002-2006,2007,2008
+/* Copyright (C) 1992,1993,1995-2000,2002-2006,2007-2012
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper, <drepper@gnu.org>, August 1995.
OpenSolaris bits contributed by David Bartley
<dtbartle@csclub.uwaterloo.ca>, 2008.
+ OpenSolaris bits for amd64 contributed by Igor Pashev
+ <pashev.igor@gmail.com>, 2012.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -20,14 +22,14 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
-#ifndef _OPENSOLARIS_I386_SYSDEP_H
-#define _OPENSOLARIS_I386_SYSDEP_H 1
+#ifndef _OPENSOLARIS_X86_64_SYSDEP_H
+#define _OPENSOLARIS_X86_64_SYSDEP_H 1
#define DECLARE_INLINE_SYSCALL(ret, name, args...) \
extern ret __syscall_##name (args)
/* There is some commonality. */
-#include <sysdeps/unix/i386/sysdep.h>
+#include <sysdeps/unix/x86_64/sysdep.h>
#include <bp-sym.h>
#include <bp-asm.h>
#include <syscallP.h>
@@ -321,4 +323,4 @@
#endif /* __ASSEMBLER__ */
-#endif /* _OPENSOLARIS_I386_SYSDEP_H */
+#endif /* _OPENSOLARIS_X86_64_SYSDEP_H */