mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23: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
|
@ -1,12 +1,12 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_STR_PATH_H_
|
||||
#define COSMOPOLITAN_LIBC_STR_PATH_H_
|
||||
|
||||
#define _PATH_ABS 1
|
||||
#define _PATH_DEV 2
|
||||
#define _PATH_ROOT 4
|
||||
#define _PATH_DOS 8
|
||||
#define _PATH_WIN 16
|
||||
#define _PATH_NT 32
|
||||
#define _kPathAbs 1
|
||||
#define _kPathDev 2
|
||||
#define _kPathRoot 4
|
||||
#define _kPathDos 8
|
||||
#define _kPathWin 16
|
||||
#define _kPathNt 32
|
||||
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue