summaryrefslogtreecommitdiff
path: root/hurd/getuids.c
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/getuids.c')
-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)