Skip to content
  • Ben Gamari's avatar
    rts: Only declare environ when necessary · 247cd336
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    Previously we would unconditionally provide a declaration for `environ`,
    even if `<unistd.h>` already provided one. This would result in
    `-Werror` builds failing on some platforms.
    
    Also `#include <unistd.h>` to ensure that the declaration is visible.
    
    Fixes #20861.
    247cd336