2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-04-24 14:41:06 +08:00

(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,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)