Remove lrand48 checks and support

lrand48 is no longer used.
This commit is contained in:
ridiculousfish
2020-07-07 17:58:21 -07:00
parent 50e2a8dd72
commit 7ea396ab3f
4 changed files with 1 additions and 22 deletions

View File

@@ -1,8 +1,7 @@
// This file only contains fallback implementations of functions which have been found to be missing
// or broken by the configuration scripts.
//
// Many of these functions are more or less broken and incomplete. lrand28_r internally uses the
// regular (bad) rand_r function, the gettext function doesn't actually do anything, etc.
// Many of these functions are more or less broken and incomplete.
#include "config.h"
// IWYU likes to recommend adding term.h when we want ncurses.h.