#include "libiberty.h"

Go to the source code of this file.
Defines | |
| #define | S_ISLNK(m) 0 |
| #define | lstat stat |
Functions/Subroutines | |
| int | unlink_if_ordinary (char *name) const |
| #define lstat stat |
Definition at line 60 of file unlink-if-ordinary.c.
Referenced by _ALLOCATE(), _DEALLOC(), _DEALLOCATE(), remove_component_p(), and unlink_if_ordinary().
| #define S_ISLNK | ( | m | ) | 0 |
| int unlink_if_ordinary | ( | char * | name | ) | const |
Definition at line 65 of file unlink-if-ordinary.c.
References lstat, S_ISLNK, S_ISREG, stat::st_mode, and unlink.
Referenced by bfd_open_file(), maybe_unlink(), pe_dll_generate_implib(), and remove_output().
1.5.6