aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorNikhil Benesch <nikhil.benesch@gmail.com>2020-10-19 02:07:34 +0000
committerIan Lance Taylor <iant@golang.org>2020-10-20 13:01:26 -0700
commit7cf256c3c8d9375fea7a0f02c128fa084ae53396 (patch)
treee0b2c121b4537eff41fc44c5eac7520f95fef6eb /gcc/go
parent52cb0c7b0e9eaa757c70a745f737b7393ec3137e (diff)
downloadgcc-7cf256c3c8d9375fea7a0f02c128fa084ae53396.zip
gcc-7cf256c3c8d9375fea7a0f02c128fa084ae53396.tar.gz
gcc-7cf256c3c8d9375fea7a0f02c128fa084ae53396.tar.bz2
libgo: adjust NetBSD-specific types for stable syscall API
The backwards-compatibility guarantees of the syscall package require some munging of the C API inferred by mksysinfo.sh. Specifically, the RTM_RESOLVE constant must be added if it is missing, and the stat_t struct must use the suffix "timespec" rather than "tim" for its time-related fields. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/263519
Diffstat (limited to 'gcc/go')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 4ac0e8c..fb7aa3e 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-6662382a279dd5a5f99307e9b609654717638b24
+b2be94556bbc98f565fc277e30a038c742bf28a4
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.