mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
transfused: minor formatting fixup
Signed-off-by: David Sheets <dsheets@docker.com>
This commit is contained in:
parent
b9ff275a88
commit
8580cfec80
@ -820,7 +820,7 @@ void perform_syscall(connection_t *conn, uint8_t syscall, char path[])
|
||||
name, path, strerror(errno));
|
||||
}
|
||||
|
||||
void * event_thread(void *connection_ptr)
|
||||
void *event_thread(void *connection_ptr)
|
||||
{
|
||||
int read_count, path_len;
|
||||
void *buf;
|
||||
|
Loading…
Reference in New Issue
Block a user