mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-23 19:10:30 +00:00
Perform some code cleanup
This commit is contained in:
parent
cc1732bc42
commit
210187cf77
205 changed files with 1748 additions and 2595 deletions
|
@ -21,11 +21,7 @@
|
|||
#include "libc/nt/enum/filemapflags.h"
|
||||
#include "libc/sysv/consts/poll.h"
|
||||
|
||||
#ifdef DescribePollFlags
|
||||
#undef DescribePollFlags
|
||||
#endif
|
||||
|
||||
const char *DescribePollFlags(char buf[64], int x) {
|
||||
const char *(DescribePollFlags)(char buf[64], int x) {
|
||||
const struct DescribeFlags kPollFlags[] = {
|
||||
{POLLIN, "IN"}, // order matters
|
||||
{POLLOUT, "OUT"}, // order matters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue