summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-06-20 16:18:45 +0000
committerMiles Bader <miles@gnu.org>1996-06-20 16:18:45 +0000
commitca591d426e04512bdd14de32dddf577c029af6e4 (patch)
tree7d2e7c85db65f070fa89a081ca9b2ee9cead8a29
parentbf0f472003fa3f6984edb8fb6ae2489680d3e763 (diff)
(getuids): New weak link to __getuids.
-rw-r--r--hurd/getuids.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/getuids.c b/hurd/getuids.c
index 9a62f65611..4fb40eb6cc 100644
--- a/hurd/getuids.c
+++ b/hurd/getuids.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -61,3 +61,5 @@ __getuids (int n, uid_t *uidset)
return nuids;
}
+
+weak_alias (__getuids, getuids)