Mercurial > hg > xemacs-beta
comparison src/sysdep.h @ 225:12579d965149 r20-4b11
Import from CVS: tag r20-4b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:11:40 +0200 |
parents | 41ff10fd062f |
children | 084402c475ba |
comparison
equal
deleted
inserted
replaced
224:4663b37daab6 | 225:12579d965149 |
---|---|
156 # undef strerror | 156 # undef strerror |
157 # endif | 157 # endif |
158 CONST char *strerror (int); | 158 CONST char *strerror (int); |
159 #endif | 159 #endif |
160 | 160 |
161 int interruptible_open (CONST char *path, int oflag, int mode); | |
162 | |
161 #ifndef HAVE_H_ERRNO | 163 #ifndef HAVE_H_ERRNO |
162 extern int h_errno; | 164 extern int h_errno; |
163 #endif | 165 #endif |
164 | 166 |
165 #endif /* _XEMACS_SYSDEP_H_ */ | 167 #endif /* _XEMACS_SYSDEP_H_ */ |