xapian-core  1.4.25
Functions
errno_to_string.cc File Reference

Convert errno value to std::string, thread-safely if possible. More...

#include <config.h>
#include "errno_to_string.h"
#include <string.h>
#include "str.h"
+ Include dependency graph for errno_to_string.cc:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void errno_to_string (int e, string &s)
 

Detailed Description

Convert errno value to std::string, thread-safely if possible.

Definition in file errno_to_string.cc.

Function Documentation

◆ errno_to_string()

void errno_to_string ( int  e,
string &  s 
)