1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Add missing libc_hidden_def to stub getrlimit64.

This commit is contained in:
Roland McGrath
2015-01-23 10:41:37 -08:00
parent d7423856b5
commit da5bf2459c
2 changed files with 5 additions and 0 deletions

View File

@ -40,3 +40,4 @@ getrlimit64 (enum __rlimit_resource resource, struct rlimit64 *rlimits)
return 0;
}
libc_hidden_def (getrlimit64)