https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223752
Dimitry Andric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Works As Intended --- Comment #20 from Dimitry Andric <[email protected]> --- Unfortunately, as you both point out, the exact signature of C constructors and destructors is not explicitly documented. However, glibc calls them without any arguments, and ignores the return value: https://sourceware.org/git/?p=glibc.git;a=blob;f=elf/soinit.c;h=fe9935732b2dcc3d71b5c0f2e52c32efc642d160;hb=HEAD#l20 and all its test cases and examples use void func(void). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
