Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#1134 closed bug (fixed)

Missing symbol: funlockfile

Reported by: aldeck Owned by: korli
Priority: normal Milestone: R1
Component: - General Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Change History (6)

comment:1 by mmu_man, 17 years ago

[revol@Zeta /Data/haiku/trunk]# nm generated/objects/haiku/x86/release/system/libroot/libroot.so |grep unlockfile 0003ef6c T _IO_funlockfile [revol@Zeta /Data/haiku/trunk]# nm /system/lib/libroot.so|grep unlockfile 000262a4 W _IO_funlockfile 000262a4 T internal_funlockfile 000262a4 W funlockfile

It seems we don't export the weak aliases BeOS has... yet.

comment:2 by mmu_man, 17 years ago

I mean:

[revol@Zeta /Data/haiku/trunk]# nm generated/objects/haiku/x86/release/system/libroot/libroot
.so |grep unlockfile
0003ef6c T _IO_funlockfile
[revol@Zeta /Data/haiku/trunk]# nm /system/lib/libroot.so|grep unlockfile
000262a4 W _IO_funlockfile
000262a4 T __internal_funlockfile
000262a4 W funlockfile

comment:3 by aldeck, 17 years ago

The missing symbol is: funlockfile

comment:4 by korli, 17 years ago

Owner: changed from axeld to korli

comment:5 by korli, 17 years ago

Resolution: fixed
Status: newclosed

Hopefully fixed in hrev20566.

comment:6 by aldeck, 17 years ago

yep, fixed! thanks

Note: See TracTickets for help on using tickets.