summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux/latest/com32/include/klibc/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syslinux/latest/com32/include/klibc/extern.h')
-rw-r--r--contrib/syslinux/latest/com32/include/klibc/extern.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/syslinux/latest/com32/include/klibc/extern.h b/contrib/syslinux/latest/com32/include/klibc/extern.h
deleted file mode 100644
index f9c3467..0000000
--- a/contrib/syslinux/latest/com32/include/klibc/extern.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * 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 */