diff mbox series

libgo patch committed: Add hurd constants to internal/syscall/unix

Message ID CAOyqgcUX9Fky3hsD2vttSP4nWzXLXdvrFF-X3gMgafSdoqcopA@mail.gmail.com
State New
Headers show
Series libgo patch committed: Add hurd constants to internal/syscall/unix | expand

Commit Message

Ian Lance Taylor Feb. 7, 2019, 2:23 a.m. UTC
This patch by Svante Signell adds a couple of hurd constants to
internal/syscall/unix.  Bootstrapped and ran a few tests on
x86_64-pc-linux-gnu.  Committed to mainline.

Ian
diff mbox series

Patch

Index: gcc/go/gofrontend/MERGE
===================================================================
--- gcc/go/gofrontend/MERGE	(revision 268591)
+++ gcc/go/gofrontend/MERGE	(working copy)
@@ -1,4 +1,4 @@ 
-d89db31db68d09aa13a6137122cc096c1d92597b
+77f0f28af556f50c561ff5c2cca17ad6f985068e
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
Index: libgo/go/internal/syscall/unix/at_sysnum_hurd.go
===================================================================
--- libgo/go/internal/syscall/unix/at_sysnum_hurd.go	(nonexistent)
+++ libgo/go/internal/syscall/unix/at_sysnum_hurd.go	(working copy)
@@ -0,0 +1,8 @@ 
+// Copyright 2019 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package unix
+
+const AT_REMOVEDIR = 0x200
+const AT_SYMLINK_NOFOLLOW = 0x100