mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
12 lines
294 B
C
Executable file
12 lines
294 B
C
Executable file
/* ==== errno.h ============================================================
|
|
* Copyright (c) 1994 by Chris Provenzano, proven@athena.mit.edu
|
|
*
|
|
* Description : Errno is already broken up into data/prototyes.
|
|
*/
|
|
|
|
#ifndef _SYS_ERRNO_H_
|
|
#define _SYS_ERRNO_H_
|
|
|
|
#include <linux/errno.h>
|
|
|
|
#endif
|