diff options
Diffstat (limited to 'auto/types/uintptr_t')
| -rw-r--r-- | auto/types/uintptr_t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/types/uintptr_t b/auto/types/uintptr_t index f46ffb6b4..cd2df8da5 100644 --- a/auto/types/uintptr_t +++ b/auto/types/uintptr_t @@ -30,7 +30,7 @@ rm $NGX_AUTOTEST* if [ $found = no ]; then - found="uint`expr 8 \* $ngx_ptr_bytes`_t" + found="uint`expr 8 \* $ngx_ptr_size`_t" echo ", $found used" echo "typedef $found uintptr_t;" >> $NGX_AUTO_CONFIG_H |
