mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-21 10:00: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
|
@ -20,11 +20,7 @@
|
|||
#include "libc/intrin/describeflags.internal.h"
|
||||
#include "libc/sysv/consts/at.h"
|
||||
|
||||
#ifdef DescribeDirfd
|
||||
#undef DescribeDirfd
|
||||
#endif
|
||||
|
||||
const char *DescribeDirfd(char buf[12], int dirfd) {
|
||||
const char *(DescribeDirfd)(char buf[12], int dirfd) {
|
||||
if (dirfd == AT_FDCWD) return "AT_FDCWD";
|
||||
FormatInt32(buf, dirfd);
|
||||
return buf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue