diff options
Diffstat (limited to 'ACE/ace/os_include/os_string.h')
-rw-r--r-- | ACE/ace/os_include/os_string.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/os_include/os_string.h b/ACE/ace/os_include/os_string.h index afd671e5123..2d463622fca 100644 --- a/ACE/ace/os_include/os_string.h +++ b/ACE/ace/os_include/os_string.h @@ -41,10 +41,6 @@ extern "C" char *strtok_r (char *s, const char *delim, char **save_ptr); #endif /* ACE_LACKS_STRTOK_R_PROTOTYPE */ -#if defined (ACE_LACKS_STRNLEN_PROTOTYPE) - size_t strnlen(const char *s, size_t maxlen); -#endif /* ACE_LACKS_STRNLEN_PROTOTYPE */ - #ifdef __cplusplus } #endif /* __cplusplus */ |