mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Add NET_HTTP to the amalgamation
This also fixes some POSIX header warnings.
This commit is contained in:
parent
55de4ca6b5
commit
59b6ae1cbd
7 changed files with 108 additions and 145 deletions
|
@ -32,5 +32,5 @@
|
|||
*
|
||||
*/
|
||||
bool _isabspath(const char *path) {
|
||||
return _classifypath(path) & _PATH_ABS;
|
||||
return _classifypath(path) & _kPathAbs;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue