Skip to content

Commit

Permalink
build: these are POSIX standard types
Browse files Browse the repository at this point in the history
And therefore should be present in any POSIX compliant runtime.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
  • Loading branch information
pprindeville committed Jul 28, 2024
1 parent 05b12f6 commit af4d759
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/site/linux
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@ ac_cv_sctp=no
ac_cv_sys_restartable_syscalls=yes
ac_cv_time_r_type=POSIX
ac_cv_type_suseconds_t=yes
ac_cv_size_t=yes
ac_cv_ssize_t=yes
ac_cv_uchar=no
ac_cv_uint=yes
ac_cv_uint64_t=yes
ac_cv_uintptr_t=yes
ac_cv_ulong=yes
ac_cv_ushort=yes
ac_cv_va_copy=C99
Expand Down

0 comments on commit af4d759

Please sign in to comment.