From owner-svn-src-head@FreeBSD.ORG Thu Feb 19 18:03:41 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B86BB106566C; Thu, 19 Feb 2009 18:03:41 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A6E008FC17; Thu, 19 Feb 2009 18:03:41 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n1JI3fkU004224; Thu, 19 Feb 2009 18:03:41 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n1JI3fED004223; Thu, 19 Feb 2009 18:03:41 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <200902191803.n1JI3fED004223@svn.freebsd.org> From: Warner Losh Date: Thu, 19 Feb 2009 18:03:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r188823 - head/lib/libc/mips X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2009 18:03:42 -0000 Author: imp Date: Thu Feb 19 18:03:41 2009 New Revision: 188823 URL: http://svn.freebsd.org/changeset/base/188823 Log: These symbols don't belong here. Remove them. Since mips hasn't had a release, I think there's no impact here... Reviewed by: cognet@ Modified: head/lib/libc/mips/Symbol.map Modified: head/lib/libc/mips/Symbol.map ============================================================================== --- head/lib/libc/mips/Symbol.map Thu Feb 19 17:54:42 2009 (r188822) +++ head/lib/libc/mips/Symbol.map Thu Feb 19 18:03:41 2009 (r188823) @@ -34,7 +34,6 @@ FBSD_1.0 { vfork; brk; cerror; /* XXX - Should this be .cerror (see sys/cerror.S)? */ - fork; sbrk; }; @@ -57,12 +56,9 @@ FBSDprivate_1.0 { __siglongjmp; __sys_vfork; _vfork; - _brk; end; /* XXX - Should this be _end (see sys/brk.S)? */ curbrk; minbrk; _brk; - __sys_fork; - _fork; _sbrk; };