comparison packages/net/tcpip/current/include/machine/limits.h @ 115:6ed91473a1cd ecos-sw-2000-08-21

Merge from eCos master repository on 2000-08-21-22:40:54-BST
author jlarmour
date Fri, 25 Aug 2000 17:32:38 +0000
parents ced4577552cd
children e0c0827131d1
comparison
equal deleted inserted replaced
114:5ad2b71d525e 115:6ed91473a1cd
56 #ifndef _MACHINE_LIMITS_H_ 56 #ifndef _MACHINE_LIMITS_H_
57 #define _MACHINE_LIMITS_H_ 57 #define _MACHINE_LIMITS_H_
58 58
59 #include <limits.h> // Compiler provided 59 #include <limits.h> // Compiler provided
60 60
61 #define SSIZE_MAX INT_MAX /* max value for a ssize_t */
62
63 #endif /* _MACHINE_LIMITS_H_ */ 61 #endif /* _MACHINE_LIMITS_H_ */