From patchwork Fri Jan 23 18:42:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 4781 Received: (qmail 3290 invoked by alias); 23 Jan 2015 18:43:11 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 3147 invoked by uid 89); 23 Jan 2015 18:42:56 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "GNU C. Library" Subject: [COMMITTED PATCH] Add missing libc_hidden_def to stub getrlimit64. Message-Id: <20150123184244.B93C62C3B8F@topped-with-meat.com> Date: Fri, 23 Jan 2015 10:42:44 -0800 (PST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=SvUDtp+0 c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=HB2Js1iRHWMYm1koW1MA:9 a=CjuIK1q_8ugA:10 a=wj-XS0a-PcQA:10 a=7EhE1lEVD8oA:10 a=5mdcYeBPmrAA:10 2015-01-23 Roland McGrath * resource/getrlimit64.c: Add missing libc_hidden_def. --- 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)