svn commit: r188823 - head/lib/libc/mips
Warner Losh
imp at FreeBSD.org
Thu Feb 19 10:03:42 PST 2009
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;
};
More information about the svn-src-head
mailing list