Remove an unused macro [ci skip]
This commit is contained in:
parent
8218cb73ba
commit
c198cf4329
4
file.c
4
file.c
@ -2894,10 +2894,6 @@ RBIMPL_WARNING_POP()
|
||||
# else /* __API_AVAILABLE macro does nothing on gcc */
|
||||
__attribute__((weak)) int utimensat(int, const char *, const struct timespec [2], int);
|
||||
# endif
|
||||
|
||||
# define utimensat_available_p() (utimensat != NULL)
|
||||
# else
|
||||
# define utimensat_available_p() 1
|
||||
# endif
|
||||
|
||||
static int
|
||||
|
Loading…
x
Reference in New Issue
Block a user