mirror of git://sourceware.org/git/glibc.git
sysdeps: tst-bz21269: fix -Wreturn-type
Thanks to Andreas Schwab for reporting. Fixes:652b9fdb77Signed-off-by: Sam James <sam@gentoo.org> (cherry picked from commit369f373057)
This commit is contained in:
parent
ad9b839953
commit
1aed90c9c8
|
|
@ -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