blob: 1d8171e47cfbd6b3cd8bd2bdf03570208a81a722 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $OpenBSD: limits.h,v 1.4 1997/11/30 06:12:29 gene Exp $ */
/* $NetBSD: limits.h,v 1.6 1994/10/26 08:46:34 cgd Exp $ */
#ifndef _MAC68K_LIMITS_H_
#define _MAC68K_LIMITS_H_
#include <m68k/limits.h>
#endif /* _MAC68K_LIMITS_H_ */
|