(getuids): New weak link to __getuids.

This commit is contained in:
Miles Bader 1996-06-20 16:18:45 +00:00
parent bf0f472003
commit ca591d426e
1 changed files with 3 additions and 1 deletions

View File

@ -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)