mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
ec939a5bce
commit
f4be15a7af
1895 changed files with 160408 additions and 53601 deletions
|
|
@ -4,7 +4,9 @@
|
|||
/**
|
||||
* @file OS_NS_string.h
|
||||
*
|
||||
* @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
|
||||
* $Id: OS_NS_string.h 93549 2011-03-15 19:50:24Z olli $
|
||||
*
|
||||
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
|
||||
* @author Jesper S. M|ller<stophph@diku.dk>
|
||||
* @author and a cast of thousands...
|
||||
*
|
||||
|
|
@ -201,9 +203,6 @@ namespace ACE_OS {
|
|||
extern ACE_Export
|
||||
char *strsignal (int signum);
|
||||
|
||||
extern ACE_Export
|
||||
char *strerror_r (int errnum, char *buf, size_t buflen);
|
||||
|
||||
/// Finds the length of a string (char version).
|
||||
ACE_NAMESPACE_INLINE_FUNCTION
|
||||
size_t strlen (const char *s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue