Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/spu/sys/dirent.h')
-rw-r--r--newlib/libc/machine/spu/sys/dirent.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/libc/machine/spu/sys/dirent.h b/newlib/libc/machine/spu/sys/dirent.h
index 6a158ec4a..876d3c1e8 100644
--- a/newlib/libc/machine/spu/sys/dirent.h
+++ b/newlib/libc/machine/spu/sys/dirent.h
@@ -32,9 +32,6 @@
*/
#ifndef _SYS_DIRENT_H
#define _SYS_DIRENT_H
-#ifdef __cplusplus
-extern "C" {
-#endif
#define MAXNAMLEN 255
@@ -57,7 +54,4 @@ struct dirent *readdir (DIR *);
void rewinddir(DIR *);
void seekdir(DIR *dir, off_t offset);
off_t telldir(DIR *dir);
-#ifdef __cplusplus
-}
-#endif
#endif