diff options
author | Ian Lance Taylor <iant@golang.org> | 2021-01-04 13:10:38 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2021-01-05 13:53:13 -0800 |
commit | f47c00cf95d7dbbe7147c61a4a6bc20921c3da2c (patch) | |
tree | 48efb16774958e2af75b951d871a03b442d44c0a /gcc/go | |
parent | a9f76d03bbc791cb55e4e0658f23efd0103ea9b0 (diff) | |
download | gcc-f47c00cf95d7dbbe7147c61a4a6bc20921c3da2c.zip gcc-f47c00cf95d7dbbe7147c61a4a6bc20921c3da2c.tar.gz gcc-f47c00cf95d7dbbe7147c61a4a6bc20921c3da2c.tar.bz2 |
syscall: don't define sys_SETREUID and friends
We don't use them, since we always call the C library functions which do
the right thing anyhow. And they aren't defined on all GNU/Linux variants.
Fixes PR go/98510
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/281473
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index c80f1cc..094b8fad 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -5b075d039a20f32b9c2711ca67a3e52fba74f957 +a2578eb3983514641f0baf44d27d6474d3a96758 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |