Plan 9 from Bell Labs’s /usr/web/sources/contrib/de0u/root/sys/src/cmd/squeak/Plan9/vm/errno.h
#ifndef _ERRNO_H #define _ERRNO_H /* Invalid errno */ #define errno (-2) /* Just to get it out of the way */ #define EINTR 1 #endif