diff options
author | Ian Lance Taylor <iant@golang.org> | 2023-04-19 15:05:54 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2023-05-11 09:17:48 -0700 |
commit | fd95566fda0b45e92e20562321221bd2c486c089 (patch) | |
tree | 49e37ece1acefbe11d45abe131982673a9513bd7 /gcc/go/gofrontend | |
parent | 0d0c467d216bf538faa7ceb75875e4efa73ae23f (diff) | |
download | gcc-fd95566fda0b45e92e20562321221bd2c486c089.zip gcc-fd95566fda0b45e92e20562321221bd2c486c089.tar.gz gcc-fd95566fda0b45e92e20562321221bd2c486c089.tar.bz2 |
syscall: add prlimit
As of https://go.dev/cl/476695 golang.org/x/sys/unix can call
syscall.prlimit, so we need such a function in libgo.
For golang/go#46279
Fixes golang/go#59712
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/486576
Diffstat (limited to 'gcc/go/gofrontend')
-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 e133650..7022570 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -0411a2733fd468e69f1998edd91e8fe3ba40ff9e +737de90a63002d4872b19772a7116404ee5815b4 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |