diff mbox series

sysdeps/alpha/string-fzi.h: fix include guards inconsistency

Message ID 20230906182546.328626-1-tirtajames45@gmail.com
State New
Headers show
Series sysdeps/alpha/string-fzi.h: fix include guards inconsistency | expand

Commit Message

James Tirta Halim Sept. 6, 2023, 6:25 p.m. UTC
---
 sysdeps/alpha/string-fzi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Adhemerval Zanella Sept. 11, 2023, 12:02 p.m. UTC | #1
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>
diff mbox series

Patch

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>