X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fcommon%2Ferrno.h;fp=src%2Fceph%2Fsrc%2Fcommon%2Ferrno.h;h=9dbd1438ce472976bcc90b38f50041f0d00ce5e0;hb=812ff6ca9fcd3e629e49d4328905f33eee8ca3f5;hp=0000000000000000000000000000000000000000;hpb=15280273faafb77777eab341909a3f495cf248d9;p=stor4nfv.git diff --git a/src/ceph/src/common/errno.h b/src/ceph/src/common/errno.h new file mode 100644 index 0000000..9dbd143 --- /dev/null +++ b/src/ceph/src/common/errno.h @@ -0,0 +1,9 @@ +#ifndef CEPH_ERRNO_H +#define CEPH_ERRNO_H + +#include + +/* Return a given error code as a string */ +std::string cpp_strerror(int err); + +#endif