Mercurial > ecos
comparison packages/language/c/libc/string/current/cdl/string.cdl @ 181:d61da071934c
Merge from eCos master repository on 2001-08-22-06:38:55-BST
| author | jlarmour |
|---|---|
| date | Wed, 22 Aug 2001 06:27:14 +0000 |
| parents | 6ed91473a1cd |
| children | 51b34619b677 |
comparison
equal
deleted
inserted
replaced
| 180:2bdd82a025e1 | 181:d61da071934c |
|---|---|
| 103 strtok() and strtok_r() string tokenization | 103 strtok() and strtok_r() string tokenization |
| 104 functions." | 104 functions." |
| 105 | 105 |
| 106 cdl_option CYGSEM_LIBC_STRING_PER_THREAD_STRTOK { | 106 cdl_option CYGSEM_LIBC_STRING_PER_THREAD_STRTOK { |
| 107 display "Per-thread strtok()" | 107 display "Per-thread strtok()" |
| 108 active_if CYGPKG_KERNEL | |
| 108 requires CYGVAR_KERNEL_THREADS_DATA | 109 requires CYGVAR_KERNEL_THREADS_DATA |
| 109 default_value 0 | 110 default_value CYGVAR_KERNEL_THREADS_DATA |
| 110 description " | 111 description " |
| 111 This option controls whether the string function | 112 This option controls whether the string function |
| 112 strtok() has its state recorded on a per-thread | 113 strtok() has its state recorded on a per-thread |
| 113 basis rather than global. If this option is | 114 basis rather than global. If this option is |
| 114 disabled, some per-thread space can be saved. | 115 disabled, some per-thread space can be saved. |
