[Bug runtime/34065] forward declaration for the autoconf files
lijunlong at openresty dot com
sourceware-bugzilla@sourceware.org
Fri Apr 17 02:39:39 GMT 2026
https://sourceware.org/bugzilla/show_bug.cgi?id=34065
--- Comment #2 from lijunlong <lijunlong at openresty dot com> ---
Normally, in a file named autoconf-function_name.c, the function function_name
should be defined inside that file. However, in autoconf-del_timer_sync.c, the
corresponding function is timer_delete_sync, so it is appropriate to rename
this function.In addition, this file indeed fails to compile with GCC 14 and
later due to the missing forward declaration of function foo, so a forward
declaration for foo needs to be added.Several other places also lack forward
declarations for functions.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list