aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2018-09-26 15:17:30 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2018-09-26 15:17:30 +0000
commitdd554b787d0280566e891dba9e19dd718e68d42a (patch)
tree57f5e1807370604954ab0338603cc0503a68178b /gcc
parent6693898454936b07c7e003de872149b4201e940c (diff)
downloadgcc-dd554b787d0280566e891dba9e19dd718e68d42a.zip
gcc-dd554b787d0280566e891dba9e19dd718e68d42a.tar.gz
gcc-dd554b787d0280566e891dba9e19dd718e68d42a.tar.bz2
syscall: don't assume we have a GETEUID system call
On Alpha GNU/Linux there is no geteuid system call, there is only getresuid. The raw geteuid system call is only used for testing, so just skip the test if it's not available. Reviewed-on: https://go-review.googlesource.com/137655 From-SVN: r264647
Diffstat (limited to 'gcc')
-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 c306628..8cb370f 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-e7b98cf0a380eb45791cd5c52897224a686dcdec
+944784a93cf89d3a238e5607c993ea5f18f99c12
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.