all repos — tint2 @ 5e8c65b87ea7c90add2712ed983621833c5fe6a4

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

remove useless fsync
Chris Lee @klee93
commit

5e8c65b87ea7c90add2712ed983621833c5fe6a4

parent

7737edff47a952604d543e36bf9190b211cf92fe

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/util/signals.csrc/util/signals.c

@@ -85,7 +85,6 @@ return;

int savedErrno = errno; ssize_t unused = write(sigchild_pipe[1], "x", 1); (void)unused; - fsync(sigchild_pipe[1]); errno = savedErrno; }