diff options
Diffstat (limited to 'contrib/syslinux-4.02/com32/include/klibc/extern.h')
-rw-r--r-- | contrib/syslinux-4.02/com32/include/klibc/extern.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/syslinux-4.02/com32/include/klibc/extern.h b/contrib/syslinux-4.02/com32/include/klibc/extern.h new file mode 100644 index 0000000..f9c3467 --- /dev/null +++ b/contrib/syslinux-4.02/com32/include/klibc/extern.h @@ -0,0 +1,14 @@ +/* + * klibc/extern.h + */ + +#ifndef _KLIBC_EXTERN_H +#define _KLIBC_EXTERN_H + +#ifdef __cplusplus +#define __extern extern "C" +#else +#define __extern extern +#endif + +#endif /* _KLIBC_EXTERN_H */ |