xref: /haiku/headers/cpp/cerrno (revision 5e96d7d537fbec23bad4ae9b4c8e7b02e769f0c6)
1// The -*- C++ -*- error number header.
2// This file is part of the GNU ANSI C++ Library.
3
4#ifndef __CERRNO__
5#define __CERRNO__
6#include <errno.h>
7#endif
8