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.
This commit is contained in:
parent
5a4eb2d84b
commit
b3ab87d8bf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user