You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
407 B
C
18 lines
407 B
C
#ifndef GUARD_THIS_A_WAY_MONOPARTICULAR_SUPERSALESMAN_PALLIATES_0132
|
|
#define GUARD_THIS_A_WAY_MONOPARTICULAR_SUPERSALESMAN_PALLIATES_0132
|
|
#pragma once
|
|
|
|
#define pathconf pathconf_ignored
|
|
#include_next <unistd.h>
|
|
#undef pathconf
|
|
|
|
#include <psp2/io/fcntl.h>
|
|
|
|
#undef _SC_THREAD_SAFE_FUNCTIONS
|
|
|
|
static inline long __attribute__((const, leaf, nothrow))
|
|
pathconf(const char* path, int name)
|
|
{ return -1; }
|
|
|
|
#endif
|