Forráskód Böngészése

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 1 hónapja
szülő
commit
7489e1dd58
1 módosított fájl, 0 hozzáadás és 2 törlés
  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