diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-10-03 21:35:18 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-10-03 21:35:18 +0000 |
| commit | 5acb90c9b6be51889c37d1ff321d74c09e0e6350 (patch) | |
| tree | 1cf3d19d9802c4f25728485cfa65071f3ed44457 /contrib/libg++/libstdc++/cstdlib | |
| parent | 9882643d0402167bc96b74ed87d9c94db53b43d2 (diff) | |
Notes
Diffstat (limited to 'contrib/libg++/libstdc++/cstdlib')
| -rw-r--r-- | contrib/libg++/libstdc++/cstdlib | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/libg++/libstdc++/cstdlib b/contrib/libg++/libstdc++/cstdlib new file mode 100644 index 000000000000..fa4dac415f56 --- /dev/null +++ b/contrib/libg++/libstdc++/cstdlib @@ -0,0 +1,6 @@ +// -*- C++ -*- forwarding header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __CSTDLIB__ +#include <std/cstdlib.h> +#endif |
