projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bd129a
)
build: autoconf: Activate options for standard types
author
Philip Prindeville
<
[email protected]
>
Sun, 28 Jul 2024 01:19:46 +0000
(19:19 -0600)
committer
Hauke Mehrtens
<
[email protected]
>
Sun, 28 Jul 2024 17:39:34 +0000
(19:39 +0200)
These are POSIX standard types
And therefore should be present in any POSIX compliant runtime.
Signed-off-by: Philip Prindeville <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/15952
Signed-off-by: Hauke Mehrtens <
[email protected]
>
include/site/linux
patch
|
blob
|
history
diff --git
a/include/site/linux
b/include/site/linux
index 63fc3aa6b1e9b1954451161076dd4838e6622b3c..1dadd60bf37f6b8769481e21155ad7483b5e2b4e 100644
(file)
--- a/
include/site/linux
+++ b/
include/site/linux
@@
-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