mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-05 09:01:07 +00:00
(getuids): New weak link to __getuids.
This commit is contained in:
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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
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;
|
return nuids;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
weak_alias (__getuids, getuids)
|
||||||
|
Loading…
Reference in New Issue
Block a user