mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Add missing libc_hidden_def to stub getrlimit64.
This commit is contained in:
parent
d7423856b5
commit
da5bf2459c
@ -1,3 +1,7 @@
|
||||
2015-01-23 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* resource/getrlimit64.c: Add missing libc_hidden_def.
|
||||
|
||||
2015-01-22 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
|
||||
|
@ -40,3 +40,4 @@ getrlimit64 (enum __rlimit_resource resource, struct rlimit64 *rlimits)
|
||||
|
||||
return 0;
|
||||
}
|
||||
libc_hidden_def (getrlimit64)
|
||||
|
Loading…
Reference in New Issue
Block a user