From: Miles Bader Date: Thu, 20 Jun 1996 16:18:45 +0000 (+0000) Subject: (getuids): New weak link to __getuids. X-Git-Tag: upstream/2.30~29348 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca591d426e04512bdd14de32dddf577c029af6e4;p=external%2Fglibc.git (getuids): New weak link to __getuids. --- 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)