diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-08-21 07:00:40 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-08-21 07:00:40 +0000 |
| commit | 17211a5f9a0963117be5a2aef12bcaa8312b2cc6 (patch) | |
| tree | 591477643be7239310fc803ef18c49b7cc25ba86 | |
| parent | 8c9610c9febb8d3c6f6fb5812c9e198bbda471fe (diff) | |
Notes
| -rw-r--r-- | include/_ctype.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/_ctype.h b/include/_ctype.h index a1fc0a2e973eb..1a42952a09dcd 100644 --- a/include/_ctype.h +++ b/include/_ctype.h @@ -72,9 +72,9 @@ /* See comments in <sys/_types.h> about __ct_rune_t. */ __BEGIN_DECLS -unsigned long ___runetype(__ct_rune_t); -__ct_rune_t ___tolower(__ct_rune_t); -__ct_rune_t ___toupper(__ct_rune_t); +unsigned long ___runetype(__ct_rune_t) __pure; +__ct_rune_t ___tolower(__ct_rune_t) __pure; +__ct_rune_t ___toupper(__ct_rune_t) __pure; __END_DECLS /* |
