diff options
author | grehan <grehan@FreeBSD.org> | 2007-10-18 07:23:31 +0000 |
---|---|---|
committer | grehan <grehan@FreeBSD.org> | 2007-10-18 07:23:31 +0000 |
commit | 46a589e6f8f14c13c350e99c9dc304282dca5896 (patch) | |
tree | 6a46c62952a92baa250f7fd50f6ecf88df59d122 /lib | |
parent | 31191feb7a8c08dea2f417408993cb060c3d9e38 (diff) | |
download | FreeBSD-src-46a589e6f8f14c13c350e99c9dc304282dca5896.zip FreeBSD-src-46a589e6f8f14c13c350e99c9dc304282dca5896.tar.gz |
Fix build from errors exposed with recent version_gen.awk commit.
Not quite sure if this is 100% correct: awaiting review. But quieten
tinderbox in the meantime.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/powerpc/Symbol.map | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/powerpc/Symbol.map b/lib/libc/powerpc/Symbol.map index 6982c6e..5b24024 100644 --- a/lib/libc/powerpc/Symbol.map +++ b/lib/libc/powerpc/Symbol.map @@ -35,7 +35,6 @@ FBSD_1.0 { ntohs; brk; exect; - pipe; sbrk; vfork; }; @@ -52,7 +51,7 @@ FBSDprivate_1.0 { __longjmp; signalcontext; __signalcontext; - __syncicache;; + __syncicache; _end; .curbrk; .minbrk; |