From ca591d426e04512bdd14de32dddf577c029af6e4 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 20 Jun 1996 16:18:45 +0000 Subject: (getuids): New weak link to __getuids. --- hurd/getuids.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hurd') 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) -- cgit v1.2.3