mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
To simplify the directory layout. - OS400 and vms support move from `packages` to `projects`. - Windows README and `generate.bat` files move from `projects` to `projects/Windows`. Closes #20271
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
# Possibly not what we want, but cannot test, just silence the warnings
|
|
allowfunc calloc
|
|
allowfunc free
|
|
allowfunc malloc
|
|
allowfunc realloc
|