diff options
Diffstat (limited to 'sys/powerpc/include')
-rw-r--r-- | sys/powerpc/include/varargs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/powerpc/include/varargs.h b/sys/powerpc/include/varargs.h index 26d8a93..8bbf2ca 100644 --- a/sys/powerpc/include/varargs.h +++ b/sys/powerpc/include/varargs.h @@ -28,8 +28,8 @@ * $FreeBSD$ */ -#ifndef _POWERPC_VARARGS_H_ -#define _POWERPC_VARARGS_H_ +#ifndef _MACHINE_VARARGS_H_ +#define _MACHINE_VARARGS_H_ #if defined(__GNUC__) && (__GNUC__ == 2 && __GNUC_MINOR__ > 95 || __GNUC__ >= 3) @@ -69,4 +69,4 @@ typedef int __builtin_va_alist_t __attribute__((__mode__(__word__))); #endif /* __GNUC__ post GCC 2.95 */ -#endif /* _POWERPC_VARARGS_H_ */ +#endif /* _MACHINE_VARARGS_H_ */ |