diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-26 23:51:09 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-26 23:51:09 +0000 |
commit | 58fd0c1850e47a9d42cdc6ee094de1ceaa03944c (patch) | |
tree | 98f8881db43e775d1d63aeea3ed5a6b22e828d80 /libc/sysdeps/linux/vax/bits | |
parent | 97a4d769ba76eca4f3819c6478b5f599adb11396 (diff) |
touchup style to match other arch versions
Diffstat (limited to 'libc/sysdeps/linux/vax/bits')
-rw-r--r-- | libc/sysdeps/linux/vax/bits/uClibc_arch_features.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libc/sysdeps/linux/vax/bits/uClibc_arch_features.h b/libc/sysdeps/linux/vax/bits/uClibc_arch_features.h index 754979e8e..0099b24d6 100644 --- a/libc/sysdeps/linux/vax/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/vax/bits/uClibc_arch_features.h @@ -1,12 +1,9 @@ -#ifndef _BITS_UCLIBC_ARCH_FEATURES_H -#define _BITS_UCLIBC_ARCH_FEATURES_H - /* - * * Track misc arch-specific features that aren't config options - * */ +#ifndef _BITS_UCLIBC_ARCH_FEATURES_H +#define _BITS_UCLIBC_ARCH_FEATURES_H /* instruction used when calling abort() to kill yourself */ #define __UCLIBC_ABORT_INSTRUCTION__ "halt" |