1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

Markus F.X.J. Oberhumer added better NOSIGNAL description and fixed

spelling error
This commit is contained in:
Daniel Stenberg 2002-08-22 19:46:16 +00:00
parent 2a0bc64226
commit 904183262a

View File

@ -563,14 +563,15 @@ typedef enum {
/* Instruct libcurl to use a smaller receive buffer */ /* Instruct libcurl to use a smaller receive buffer */
CINIT(BUFFERSIZE, LONG, 98), CINIT(BUFFERSIZE, LONG, 98),
/* Instruct libcurl to never use any signal/alarm handlers, even with /* Instruct libcurl to not use any signal/alarm handlers, even when using
timeouts. */ timeouts. This option is useful for multi-threaded applications.
See libcurl-the-guide for more background information. */
CINIT(NOSIGNAL, LONG, 99), CINIT(NOSIGNAL, LONG, 99),
/* Provide a CURLShare for mutexing non-ts data */ /* Provide a CURLShare for mutexing non-ts data */
CINIT(SHARE, OBJECTPOINT, 100), CINIT(SHARE, OBJECTPOINT, 100),
CURLOPT_LASTENTRY /* the last unusued */ CURLOPT_LASTENTRY /* the last unused */
} CURLoption; } CURLoption;
/* two convenient "aliases" that follow the name scheme better */ /* two convenient "aliases" that follow the name scheme better */