mariadb/mit-pthreads/machdep/linux-2.0/errno.h
bk@work.mysql.com f4c589ff6c Import changeset
2000-07-31 21:29:14 +02:00

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