Strongly link tr and sed into system() and popen()

This commit is contained in:
Justine Tunney 2024-11-15 21:19:08 -08:00
parent cafdb456ed
commit 1312f60245
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
9 changed files with 51 additions and 22 deletions

View file

@ -4,6 +4,7 @@
#include "libc/stdio/stdio.h"
#include "third_party/regex/regex.h"
#include "third_party/sed/defs.h"
#include "third_party/sed/shade.h"
COSMOPOLITAN_C_START_
extern struct s_command *prog;