Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyao233 committed Dec 23, 2024
1 parent 733aa8c commit 400105e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions core/unix/include/siginfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ typedef clock_t __clock_t;
# endif
# elif !defined(__GLIBC__)
# define __WORDSIZE LONG_BIT
typedef uid_t __uid_t;
typedef pid_t __pid_t;
typedef clock_t __clock_t;
typedef uid_t __uid_t;
typedef pid_t __pid_t;
typedef clock_t __clock_t;
# else
# include <bits/wordsize.h>
# endif
Expand Down
2 changes: 1 addition & 1 deletion suite/tests/tools.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ nolibc_print(const char *str)
3,
# if defined(MACOS) || defined(ANDROID)
stderr->_file,
/* TODO i#1973: handle opaque FILE * on musl libc */
/* TODO i#1973: handle opaque FILE * on musl libc */
# elif defined(MUSL)
STDERR_FILENO,
# else
Expand Down

0 comments on commit 400105e

Please sign in to comment.