From owner-freebsd-questions@FreeBSD.ORG Sat Aug 5 20:42:34 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 623F716A4DE for ; Sat, 5 Aug 2006 20:42:34 +0000 (UTC) (envelope-from vesselinpeev@hotmail.com) Received: from bay0-omc2-s25.bay0.hotmail.com (bay0-omc2-s25.bay0.hotmail.com [65.54.246.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27F8443D46 for ; Sat, 5 Aug 2006 20:42:34 +0000 (GMT) (envelope-from vesselinpeev@hotmail.com) Received: from hotmail.com ([65.54.169.28]) by bay0-omc2-s25.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Sat, 5 Aug 2006 13:42:33 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 5 Aug 2006 13:42:33 -0700 Message-ID: Received: from 65.54.169.200 by by114fd.bay114.hotmail.msn.com with HTTP; Sat, 05 Aug 2006 20:42:28 GMT X-Originating-IP: [212.72.209.94] X-Originating-Email: [vesselinpeev@hotmail.com] X-Sender: vesselinpeev@hotmail.com From: "Vesselin Peev" To: freebsd-questions@freebsd.org Date: Sat, 05 Aug 2006 20:42:28 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 05 Aug 2006 20:42:33.0398 (UTC) FILETIME=[AD6CFD60:01C6B8CF] X-Mailman-Approved-At: Sat, 05 Aug 2006 21:52:13 +0000 Subject: What is the equivalent of glibc's __libc_freeres? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Aug 2006 20:42:34 -0000 Hello, The glibc C language runtime has an internal function called __libc_freeres, which frees all resources used internally by the runtime. What is the equivalent in libc? Regards, Vesselin.