diff 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
line wrap: on
line diff
--- a/src/sysdep.h	Mon Aug 13 10:10:55 2007 +0200
+++ b/src/sysdep.h	Mon Aug 13 10:11:40 2007 +0200
@@ -158,6 +158,8 @@
 CONST char *strerror (int);
 #endif
 
+int interruptible_open (CONST char *path, int oflag, int mode);
+
 #ifndef HAVE_H_ERRNO
 extern int h_errno;
 #endif