diff options
author | Miles Bader <miles@gnu.org> | 1996-06-20 16:18:45 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-06-20 16:18:45 +0000 |
commit | ca591d426e04512bdd14de32dddf577c029af6e4 (patch) | |
tree | 7d2e7c85db65f070fa89a081ca9b2ee9cead8a29 /hurd | |
parent | bf0f472003fa3f6984edb8fb6ae2489680d3e763 (diff) | |
download | glibc-ca591d426e04512bdd14de32dddf577c029af6e4.zip glibc-ca591d426e04512bdd14de32dddf577c029af6e4.tar.gz glibc-ca591d426e04512bdd14de32dddf577c029af6e4.tar.bz2 |
(getuids): New weak link to __getuids.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/getuids.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hurd/getuids.c b/hurd/getuids.c index 9a62f65..4fb40eb 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) |