Skip to content
  • Ed Schouten's avatar
    Remove weak reference construct from fenv code. · 42177873
    Ed Schouten authored
    I grepped through the FreeBSD source tree and for me, it seems to be
    totally unclear why these two specific functions are weak references.
    Such a construct is commonly used by FreeBSD's threading library
    (libthr) to override certain functions, but I can't find any traces of
    that.
    
    Just use the function name directly. This fixes a compiler warning as
    well (-Wmissing-prototypes).
    42177873