Include syslimits.h instead of system's limits.h.

From-SVN: r2224
This commit is contained in:
Richard Stallman 1992-09-24 06:57:35 +00:00
parent 26363cdfd5
commit 7e81b79c83
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
#define _LIMITS_H_
#ifndef _LIBC_LIMITS_H_
#include_next <limits.h>
#include "syslimits.h"
#endif