summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-12-20 09:30:16 +0100
committerThomas Schwinge <thomas@codesourcery.com>2013-12-20 09:30:16 +0100
commit4f6bbaee444ae37f0e8543b523583624d9b4b1e3 (patch)
treee561a881aac5379380bc16518a40d00fd40e0819 /hurd
parentcc18431fb7658a16f7ac05e3443f95377c1b7627 (diff)
parent1d4e9d8abd5d668b318355fd7cd3ea9cfdeb65a1 (diff)
Merge commit 'refs/top-bases/t/fcntl-internal.h' into t/fcntl-internal.h
Diffstat (limited to 'hurd')
-rw-r--r--hurd/Makefile2
-rw-r--r--hurd/geteuids.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index f7c7c69d2c..4387253611 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -71,7 +71,7 @@ inlines = $(inline-headers:%.h=%-inlines)
routines += hurdmalloc
# Binary compatibility for libc.so.0.2[GLIBC_2.0].
-ifeq ($(versioning),yes)
+ifeq ($(build-shared),yes)
routines += compat-20
endif
diff --git a/hurd/geteuids.c b/hurd/geteuids.c
index 7c546b7e7b..92ddfae986 100644
--- a/hurd/geteuids.c
+++ b/hurd/geteuids.c
@@ -63,6 +63,6 @@ geteuids (int n, uid_t *uidset)
/* XXX Remove this alias when we bump the libc soname. */
-#if defined SHARED && DO_VERSIONING
+#ifdef SHARED
weak_alias (geteuids, __getuids)
#endif