Add missing libc_hidden_def to stub getrlimit64.
authorRoland McGrath <roland@hack.frob.com>
Fri, 23 Jan 2015 18:41:37 +0000 (10:41 -0800)
committerRoland McGrath <roland@hack.frob.com>
Fri, 23 Jan 2015 18:41:37 +0000 (10:41 -0800)
ChangeLog
resource/getrlimit64.c

index ae428c0..e708002 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index eaafe1b..6d22eca 100644 (file)
@@ -40,3 +40,4 @@ getrlimit64 (enum __rlimit_resource resource, struct rlimit64 *rlimits)
 
   return 0;
 }
+libc_hidden_def (getrlimit64)