Introduce NO_ADDRESS constant

This commit is contained in:
Justine Tunney 2023-11-03 13:56:17 -07:00
parent aa106c9356
commit 48e260e653
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 1 additions and 7 deletions

View file

@ -6,6 +6,7 @@
#define TRY_AGAIN 2
#define NO_RECOVERY 3
#define NO_DATA 4
#define NO_ADDRESS NO_DATA
#if !(__ASSEMBLER__ + __LINKER__ + 0)
COSMOPOLITAN_C_START_

View file

@ -1391,9 +1391,6 @@ syscon misc IP6F_MORE_FRAG 0x0100 0x0100 0x0100 0x0100 0x0100 0x010
syscon misc IP6F_OFF_MASK 0xf8ff 0xf8ff 0xf8ff 0xf8ff 0xf8ff 0xf8ff 0xf8ff 0xf8ff # consensus
syscon misc IP6F_RESERVED_MASK 0x0600 0x0600 0x0600 0x0600 0x0600 0x0600 0x0600 0x0600 # consensus
syscon misc NO_SENSE 0 0 0 0 0 0 0 0 # consensus
syscon misc NO_ADDRESS 4 4 4 4 4 4 4 0x2afc # unix consensus
syscon misc L_SET 0 0 0 0 0 0 0 0 # consensus
syscon misc L_INCR 1 1 1 1 1 1 1 0 # unix consensus
syscon misc L_XTND 2 2 2 2 2 2 2 0 # unix consensus

View file

@ -1,2 +0,0 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon misc,NO_ADDRESS,4,4,4,4,4,4,4,0x2afc

View file

@ -1,2 +0,0 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon misc,NO_SENSE,0,0,0,0,0,0,0,0