public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sysdeps/alpha/string-fzi.h: fix include guards inconsistency
@ 2023-09-06 18:25 James Tirta Halim
  2023-09-11 12:02 ` Adhemerval Zanella Netto
  0 siblings, 1 reply; 2+ messages in thread
From: James Tirta Halim @ 2023-09-06 18:25 UTC (permalink / raw)
  To: libc-alpha; +Cc: James Tirta Halim

---
 sysdeps/alpha/string-fzi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/alpha/string-fzi.h b/sysdeps/alpha/string-fzi.h
index aba7ca4f3d..997e7a76af 100644
--- a/sysdeps/alpha/string-fzi.h
+++ b/sysdeps/alpha/string-fzi.h
@@ -17,7 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #ifndef _STRING_FZI_H
-#define _STRING_FZI_H
+#define _STRING_FZI_H 1
 
 #include <stdint.h>
 #include <string-optype.h>
-- 
2.42.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sysdeps/alpha/string-fzi.h: fix include guards inconsistency
  2023-09-06 18:25 [PATCH] sysdeps/alpha/string-fzi.h: fix include guards inconsistency James Tirta Halim
@ 2023-09-11 12:02 ` Adhemerval Zanella Netto
  0 siblings, 0 replies; 2+ messages in thread
From: Adhemerval Zanella Netto @ 2023-09-11 12:02 UTC (permalink / raw)
  To: James Tirta Halim, libc-alpha

It is not wrong, but is it causing any build failure?

On 06/09/23 15:25, James Tirta Halim via Libc-alpha wrote:
> ---
>  sysdeps/alpha/string-fzi.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/sysdeps/alpha/string-fzi.h b/sysdeps/alpha/string-fzi.h
> index aba7ca4f3d..997e7a76af 100644
> --- a/sysdeps/alpha/string-fzi.h
> +++ b/sysdeps/alpha/string-fzi.h
> @@ -17,7 +17,7 @@
>     <http://www.gnu.org/licenses/>.  */
>  
>  #ifndef _STRING_FZI_H
> -#define _STRING_FZI_H
> +#define _STRING_FZI_H 1
>  
>  #include <stdint.h>
>  #include <string-optype.h>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-11 12:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-06 18:25 [PATCH] sysdeps/alpha/string-fzi.h: fix include guards inconsistency James Tirta Halim
2023-09-11 12:02 ` Adhemerval Zanella Netto

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).