mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Fix style
This commit is contained in:
parent
43d8d4bc12
commit
2536a74f03
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
#include "libc/calls/calls.h"
|
||||
#include "libc/sysv/consts/s.h"
|
||||
|
||||
int mkfifo(const char *path, uint32_t mode)
|
||||
{
|
||||
return mknod(path, mode | S_IFIFO, 0);
|
||||
int mkfifo(const char *path, uint32_t mode) {
|
||||
return mknod(path, mode | S_IFIFO, 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue