Skip to content

Commit

Permalink
libast: conf.tab: backport a few missing symbols from 93v- beta
Browse files Browse the repository at this point in the history
These are principally to do with extended attributes and ACLs on
SunOS (Solaris, illumos).
  • Loading branch information
McDutchie committed Jul 27, 2024
1 parent d9cadd8 commit e183319
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/libast/comp/conf.tab
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
ABI_AIO_XFER_MAX C QQ 1 L
ABI_ASYNCHRONOUS_IO C QQ 1 L
ABI_ASYNC_IO C QQ 1 L
ACL_ENABLED SUN PC 1 0
ADVISORY_INFO POSIX SC 1 FUW
AIO_LISTIO_MAX POSIX SC 1 LMU 2
AIO_MAX POSIX SC 1 LMU 1
Expand Down Expand Up @@ -194,6 +195,7 @@ MEMLOCK POSIX SC 1 CDFUW
MEMLOCK_RANGE POSIX SC 1 CDFUW
MEMORY_PROTECTION POSIX SC 1 CDFUW
MESSAGE_PASSING POSIX SC 1 CDFUW
MIN_HOLE_SIZE POSIX PC 1 LMU
MMAP_FIXED_ALIGNMENT C QQ 1 L _AST_PAGESIZE
MONOTONIC_CLOCK POSIX SC 1 FUW
MQ_OPEN_MAX POSIX SC 1 LMU 8
Expand Down Expand Up @@ -423,6 +425,7 @@ RELEASE AST XX 1 L
RESOURCE_LIMITS POSIX SC 1 FU
RE_DUP_MAX POSIX SC 2 LMN 255
RTSIG_MAX POSIX SC 1 LMU 8
SATTR_ENABLED SUN PC 1 0
SAVED_IDS POSIX SC 1 FUW cc{
#if _lib_setuid && !_lib_setreuid
int main(void)
Expand Down Expand Up @@ -570,6 +573,8 @@ WCHAR_MIN C XX 1 L stddef.h
WINT_MIN C XX 1 L wchar.h
WINT_MAX C XX 1 L wchar.h
WORD_BIT XOPEN XX 1 L (8*sizeof(int))
XATTR_ENABLED SUN PC 1 0
XATTR_EXISTS SUN PC 1 0
XCU_VERSION XOPEN SC 1 CDFSU
XPG2 XOPEN XX 1 FU
XPG3 XOPEN XX 1 FU
Expand Down

0 comments on commit e183319

Please sign in to comment.