Add NET_HTTP to the amalgamation

This also fixes some POSIX header warnings.
This commit is contained in:
Justine Tunney 2022-05-16 14:33:19 -07:00
parent 55de4ca6b5
commit 59b6ae1cbd
7 changed files with 108 additions and 145 deletions

View file

@ -32,5 +32,5 @@
*
*/
bool _isabspath(const char *path) {
return _classifypath(path) & _PATH_ABS;
return _classifypath(path) & _kPathAbs;
}