Date: Mon, 15 Dec 2025 12:16:39 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 291683] FreeBSD 15.0-RELEASE: system hangs when performing stress-ng utime stress tests Message-ID: <bug-291683-227-GAMSIwYedw@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-291683-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291683 Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zarychtam@plan-b.pwste.edu. | |pl --- Comment #3 from Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> --- (In reply to Colin Ian King from comment #2) stress.c:12:8: warning: call to undeclared function 'unlink'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 12 | (void)unlink(filename); | ^ 1 warning generated. You forgot about including <unistd.h> Please add #include <unistd.h> and you will be fine. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-291683-227-GAMSIwYedw>
