]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
sh: Fix tst-guard1 build
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 31 Jan 2025 12:34:36 +0000 (09:34 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 31 Jan 2025 12:34:36 +0000 (09:34 -0300)
The tests uses ARCH_MIN_GUARD_SIZE and the sysdep.h include is not
required.

sysdeps/sh/nptl/pthreaddef.h

index 0292324ba9d5417e5b2828fb08eeccccf1a4a2af..a51ef9109d86f356d04178c2cfee563e300f6a55 100644 (file)
@@ -15,8 +15,6 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
-#include <sysdep.h>
-
 /* Default stack size.  */
 #define ARCH_STACK_DEFAULT_SIZE        (2 * 1024 * 1024)