Mercurial > hg > xemacs-beta
comparison src/sysdep.h @ 255:084402c475ba r20-5b26
Import from CVS: tag r20-5b26
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:21:18 +0200 |
parents | 12579d965149 |
children | 727739f917cb |
comparison
equal
deleted
inserted
replaced
254:e92abcaa252b | 255:084402c475ba |
---|---|
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 #ifdef WINDOWSNT | |
162 void mswindows_set_errno (unsigned long win32_error); | |
163 void mswindows_set_last_errno (void); | |
164 #endif | |
165 | |
161 int interruptible_open (CONST char *path, int oflag, int mode); | 166 int interruptible_open (CONST char *path, int oflag, int mode); |
162 | 167 |
163 #ifndef HAVE_H_ERRNO | 168 #ifndef HAVE_H_ERRNO |
164 extern int h_errno; | 169 extern int h_errno; |
165 #endif | 170 #endif |