mirror of
https://github.com/curl/curl.git
synced 2026-06-13 12:45:38 +03:00
and higher -> and greater
This commit is contained in:
parent
7b4b67841c
commit
f02400a2c9
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ supply a stdint.h header file that defines C99-style fixed-width integer types
|
|||
like uint32_t.
|
||||
|
||||
We write libcurl to build and work with lots of third party tools, and we
|
||||
want it to remain functional and buildable with these and higher versions
|
||||
want it to remain functional and buildable with these and greater versions
|
||||
(lower versions may still work but is not what we work hard to maintain):
|
||||
|
||||
## Dependencies
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@
|
|||
#endif
|
||||
|
||||
/*
|
||||
* AIX 4.3 and higher needs _THREAD_SAFE defined to build
|
||||
* AIX 4.3 and greater needs _THREAD_SAFE defined to build
|
||||
* proper reentrant code. Others may also need it.
|
||||
*/
|
||||
#ifdef NEED_THREAD_SAFE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue