mirror of git://sourceware.org/git/glibc.git
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:
parent
8944ba483f
commit
369f373057
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue