comparison packages/templates/posix/current.ect @ 134:d2f49caf9e38 ecos-sw-2000-11-03

Merge from eCos master repository on 2000-11-03-09:00:49-GMT
author jlarmour
date Fri, 03 Nov 2000 21:17:40 +0000
parents 6ed91473a1cd
children d61da071934c
comparison
equal deleted inserted replaced
133:98d71f4d8243 134:d2f49caf9e38
110 110
111 cdl_option CYGBLD_ISO_POSIX_LIMITS_HEADER { 111 cdl_option CYGBLD_ISO_POSIX_LIMITS_HEADER {
112 inferred_value 1 <cyg/posix/limits.h> 112 inferred_value 1 <cyg/posix/limits.h>
113 }; 113 };
114 114
115 cdl_option CYGBLD_ISO_SIGSETJMP_HEADER {
116 inferred_value 1 <cyg/posix/sigsetjmp.h>
117 };
118
119 cdl_option CYGBLD_ISO_OPEN_MAX_HEADER {
120 inferred_value 1 <cyg/fileio/limits.h>
121 };