sysdeps: tst-bz21269: fix -Wreturn-type

Thanks to Andreas Schwab for reporting.

Fixes: 652b9fdb77
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2023-08-17 09:30:29 +01:00
parent 8944ba483f
commit 369f373057
No known key found for this signature in database
GPG key ID: 738409F520DF9190

View file

@ -60,8 +60,6 @@ xmodify_ldt (int func, const void *ptr, unsigned long bytecount)
FAIL_UNSUPPORTED ("modify_ldt not supported");
FAIL_EXIT1 ("modify_ldt failed (errno=%d)", errno);
}
return 0;
}
static int