summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/shadow/bits/wrap_unistd.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/shadow/bits/wrap_unistd.h')
-rw-r--r--libstdc++-v3/shadow/bits/wrap_unistd.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/libstdc++-v3/shadow/bits/wrap_unistd.h b/libstdc++-v3/shadow/bits/wrap_unistd.h
index 77199b1a6d9..80d8d654162 100644
--- a/libstdc++-v3/shadow/bits/wrap_unistd.h
+++ b/libstdc++-v3/shadow/bits/wrap_unistd.h
@@ -36,38 +36,38 @@
#ifndef _CPP_WRAP_UNISTD_H
#define _CPP_WRAP_UNISTD_H 1
- namespace _C_Swamp {
+ namespace _C_legacy {
extern "C" {
-# define _IN_C_SWAMP_
+# define _IN_C_LEGACY_
# pragma system_header
# include_next <unistd.h>
}
- namespace _C_Shadow { }
- } // close namespace ::_C_Swamp::
+ namespace _C_shadow { }
+ } // close namespace ::_C_legacy::
// # undef that
- namespace _C_Swamp {
- namespace _C_Shadow {
+ namespace _C_legacy {
+ namespace _C_shadow {
// typedef stuff
}
}
namespace std {
- using ::_C_Swamp::read;
- using ::_C_Swamp::write;
- using ::_C_Swamp::open;
+ using ::_C_legacy::read;
+ using ::_C_legacy::write;
+ using ::_C_legacy::open;
} // close namespace std::
- namespace _C_Swamp {
- namespace _C_Shadow {
+ namespace _C_legacy {
+ namespace _C_shadow {
// using ::std::stuff
}
}
-# undef _IN_C_SWAMP_
+# undef _IN_C_LEGACY_
#endif
OpenPOWER on IntegriCloud