diff mbox

[COMMITTED] Add missing libc_hidden_def to stub getrlimit64.

Message ID 20150123184244.B93C62C3B8F@topped-with-meat.com
State New
Headers show

Commit Message

Roland McGrath Jan. 23, 2015, 6:42 p.m. UTC
2015-01-23  Roland McGrath  <roland@hack.frob.com>

	* resource/getrlimit64.c: Add missing libc_hidden_def.
diff mbox

Patch

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