]> granicus.if.org Git - graphviz/commitdiff
make drand48 weak
authorAntoine du HAMEL <duhamelantoine1995@gmail.com>
Wed, 22 Jan 2020 16:05:33 +0000 (17:05 +0100)
committerAntoine du HAMEL <duhamelantoine1995@gmail.com>
Sun, 12 Apr 2020 10:22:12 +0000 (12:22 +0200)
lib/common/utils.c

index a0918247c9fc62e7449c810cf259cfe203e684a0..2e8bf039928e9acc96e75417dc41cc6006258c93 100644 (file)
@@ -2002,6 +2002,7 @@ void fix_fc(void)
 #endif
 
 #ifndef HAVE_DRAND48
+#pragma weak drand48
 double drand48(void)
 {
     double d;