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:
parent
525e169c6f
commit
e19677dc42
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue