1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

increasing the readability of the TLS creation

This commit is contained in:
Stefan Lankes 2016-03-14 21:11:13 +01:00
parent 525e169c6f
commit e19677dc42

View file

@ -159,7 +159,6 @@ typedef struct {
ssize_t sys_write(int fd, const char* buf, size_t len)
{
ssize_t i, ret;
int flag;
sys_write_t sysargs = {__NR_write, fd, len};
if (BUILTIN_EXPECT(!buf, 0))