This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/23751] Malfunction of semctl() called from a shared object


https://sourceware.org/bugzilla/show_bug.cgi?id=23751

--- Comment #12 from Marcin <marcin at sacha dot pl> ---
Well, I can confirm, the provided testcase shows the correct results. And I
found the problem cause. I made a shared object using plain "ld --shared"
command, while the testcase uses higher level "gcc -shared". And it makes a
difference. It seems, it was my fault...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]