Commit 1e4515a3 authored by Lucio De Re's avatar Lucio De Re Committed by Russ Cox

build: u.h for plan9 arm

R=golang-dev, minux.ma, ality
CC=golang-dev
https://golang.org/cl/6743052
parent 772decbc
// Copyright 2012 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
#include "/arm/include/u.h"
typedef char int8;
typedef uchar uint8;
typedef short int16;
typedef ushort uint16;
typedef int int32;
typedef uint uint32;
typedef vlong int64;
typedef uvlong uint64;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment