diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-09-26 15:17:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2018-09-26 15:17:30 +0000 |
commit | dd554b787d0280566e891dba9e19dd718e68d42a (patch) | |
tree | 57f5e1807370604954ab0338603cc0503a68178b /gcc/builtins.c | |
parent | 6693898454936b07c7e003de872149b4201e940c (diff) | |
download | gcc-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/builtins.c')
0 files changed, 0 insertions, 0 deletions