Commit e1b79b71 authored by Andrew Gerrand's avatar Andrew Gerrand

cgo: add typedef for uintptr in generated headers

Fixes #1046.

R=rsc, iant
CC=golang-dev
https://golang.org/cl/2102043
parent 55986c13
......@@ -631,6 +631,7 @@ typedef unsigned char uchar;
typedef unsigned short ushort;
typedef long long int64;
typedef unsigned long long uint64;
typedef __SIZE_TYPE__ uintptr;
typedef struct { char *p; int n; } GoString;
typedef void *GoMap;
......
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