Explorar el Código

sys/stat.h: remove _STAT_VER/_MKNOD_VER

Some software (f.e. pulseaudio) use these internal macros to recognize
glibc specific functions as __xstat64.
Waldemar Brodkorb hace 1 mes
padre
commit
7489e1dd58
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      include/sys/stat.h

+ 0 - 2
include/sys/stat.h

@@ -390,9 +390,7 @@ extern int futimens (int __fd, const struct timespec __times[2]) __THROW;
 /* on uClibc we have unversioned struct stat and mknod.
  * bits/stat.h is filled with wrong info, so we undo it here.  */
 #undef _STAT_VER
-#define _STAT_VER 0
 #undef _MKNOD_VER
-#define _MKNOD_VER 0
 
 #ifdef __UCLIBC_HAVE_STATX__
 #ifdef __USE_GNU