mirror of
https://github.com/curl/curl.git
synced 2026-08-14 19:33:42 +03:00
- drop more uses of the word "just". (not enforced here) - drop some uses of the "will" word. - "then" -> "than". - tests/http/testenv/curl.py: fix copy-paste typo in error message. - pytest: replace `shutdownh` with `shutdown` in test names. Spotted by GitHub Code Quality. - comment typos. - whitespace and newlines fixes. Closes #21830
9 lines
232 B
Text
9 lines
232 B
Text
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
# Possibly not what we want, but cannot test, thus silence the warnings
|
|
allowfunc calloc
|
|
allowfunc free
|
|
allowfunc malloc
|
|
allowfunc realloc
|