OSDN Git Service

* stl_config.h (__CYGWIN__): Cygwin newlib RTL lacks drand48.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 May 1999 02:33:37 +0000 (02:33 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 May 1999 02:33:37 +0000 (02:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26966 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++/stl/ChangeLog
libstdc++/stl/stl_config.h

index b23a916..10669ea 100644 (file)
@@ -1,3 +1,7 @@
+Mon May 17 03:33:47 1999  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * stl_config.h (__CYGWIN__): Cygwin newlib RTL lacks drand48.
+
 1999-05-07  Ulrich Drepper  <drepper@cygnus.com>
 
        * stl_alloc.h: Make it possible to compile with __USE_MALLOC.
index 4c23e3e..f9295f1 100644 (file)
 #   define __STL_NO_DRAND48
 # endif
 
+# if defined(__CYGWIN__)
+#   define __STL_NO_DRAND48
+# endif
+
 # if defined(_MSC_VER)
 #   define __STL_NO_DRAND48
 #   define __STL_NEED_TYPENAME