From owner-cvs-all@FreeBSD.ORG Fri Jul 11 16:30:39 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECC4B106567A; Fri, 11 Jul 2008 16:30:39 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id BCF078FC18; Fri, 11 Jul 2008 16:30:39 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.3/8.14.3/NETPLEX) with ESMTP id m6BGUclH008097; Fri, 11 Jul 2008 12:30:38 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Fri, 11 Jul 2008 12:30:38 -0400 (EDT) Date: Fri, 11 Jul 2008 12:30:38 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Brooks Davis In-Reply-To: <20080711151922.GA24600@lor.one-eyed-alien.net> Message-ID: References: <200807111517.m6BFHDvx070211@repoman.freebsd.org> <20080711151922.GA24600@lor.one-eyed-alien.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/sys Symbol.map X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2008 16:30:40 -0000 On Fri, 11 Jul 2008, Brooks Davis wrote: > On Fri, Jul 11, 2008 at 03:17:06PM +0000, Brooks Davis wrote: >> brooks 2008-07-11 15:17:06 UTC >> >> FreeBSD src repository >> >> Modified files: >> lib/libc/sys Symbol.map >> Log: >> SVN rev 180448 on 2008-07-11 15:17:06Z by brooks >> >> Put the _cpuset* symbols in FBSDprivate_1.0 instead of trying to put >> nonexistant __cpuset* there. > > I'm actually a bit curious why we put these and the __sys_* symbols in > any map at all unless they are actually used by something. That's a good point, I guess. The usual consumer of some of these private symbols are the thread libraries, but if they don't need to be exported to anything, then perhaps we should remove them. -- DE