diff options
author | rsc <devnull@localhost> | 2006-02-16 06:11:08 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-02-16 06:11:08 +0000 |
commit | 229086e79014909293b56271b529ed97e700932e (patch) | |
tree | 34033e730bd2d7e898f28e5b616a39363adb0236 /src/libthread | |
parent | 07b075d589991739c493b8dc71c5c7b7224bfcc0 (diff) | |
download | plan9port-229086e79014909293b56271b529ed97e700932e.tar.gz plan9port-229086e79014909293b56271b529ed97e700932e.tar.bz2 plan9port-229086e79014909293b56271b529ed97e700932e.zip |
more fix
Diffstat (limited to 'src/libthread')
-rw-r--r-- | src/libthread/Linux-sparc64-context.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libthread/Linux-sparc64-context.S b/src/libthread/Linux-sparc64-context.S index 16d9669e..1cc38391 100644 --- a/src/libthread/Linux-sparc64-context.S +++ b/src/libthread/Linux-sparc64-context.S @@ -47,12 +47,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#define __ASSEMBLER__ -#include <linux/linkage.h> - -#ifndef END +#define ENTRY(x) x: #define END(x) -#endif /*#include "ucontext_i.h" (up above) */ |