public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/bz23960] Set _DIRENT_HAVE_D_TYPE to 1
@ 2020-04-13 21:28 Adhemerval Zanella
  0 siblings, 0 replies; only message in thread
From: Adhemerval Zanella @ 2020-04-13 21:28 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=48c57cf464dda98e60cf8fde97b13b3ccca0f679

commit 48c57cf464dda98e60cf8fde97b13b3ccca0f679
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Sat Apr 11 17:23:49 2020 -0300

    Set _DIRENT_HAVE_D_TYPE to 1

Diff:
---
 sysdeps/unix/sysv/linux/alpha/bits/dirent.h | 2 +-
 sysdeps/unix/sysv/linux/bits/dirent.h       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/alpha/bits/dirent.h b/sysdeps/unix/sysv/linux/alpha/bits/dirent.h
index 698c1d8a3f..649b6bcb78 100644
--- a/sysdeps/unix/sysv/linux/alpha/bits/dirent.h
+++ b/sysdeps/unix/sysv/linux/alpha/bits/dirent.h
@@ -49,7 +49,7 @@ struct dirent64
 #undef  _DIRENT_HAVE_D_NAMLEN
 #define _DIRENT_HAVE_D_RECLEN		1
 #define _DIRENT_HAVE_D_OFF		1
-#define _DIRENT_HAVE_D_TYPE
+#define _DIRENT_HAVE_D_TYPE		1
 
 /* Inform libc code that these two types are effectively identical.  */
 #define _DIRENT_MATCHES_DIRENT64	1
diff --git a/sysdeps/unix/sysv/linux/bits/dirent.h b/sysdeps/unix/sysv/linux/bits/dirent.h
index f20d8a728b..82c38d9ef8 100644
--- a/sysdeps/unix/sysv/linux/bits/dirent.h
+++ b/sysdeps/unix/sysv/linux/bits/dirent.h
@@ -49,7 +49,7 @@ struct dirent64
 #undef  _DIRENT_HAVE_D_NAMLEN
 #define _DIRENT_HAVE_D_RECLEN		1
 #define _DIRENT_HAVE_D_OFF		1
-#define _DIRENT_HAVE_D_TYPE
+#define _DIRENT_HAVE_D_TYPE		1
 
 #if defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T
 /* Inform libc code that these two types are effectively identical.  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-13 21:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13 21:28 [glibc/azanella/bz23960] Set _DIRENT_HAVE_D_TYPE to 1 Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).