sysdeps/alpha/string-fzi.h: fix include guards inconsistency
Checks
Context |
Check |
Description |
redhat-pt-bot/TryBot-apply_patch |
success
|
Patch applied to master at the time it was sent
|
redhat-pt-bot/TryBot-32bit |
success
|
Build for i686
|
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 |
success
|
Testing passed
|
linaro-tcwg-bot/tcwg_glibc_build--master-arm |
success
|
Testing passed
|
linaro-tcwg-bot/tcwg_glibc_check--master-arm |
success
|
Testing passed
|
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 |
success
|
Testing passed
|
Commit Message
---
sysdeps/alpha/string-fzi.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
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>
@@ -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>