Re-add blocked; it got lost in the extensible exceptions patches
[ghc-base.git] / include / HsBase.h
index 1f1837b..f69e9cf 100644 (file)
@@ -687,10 +687,6 @@ INLINE int __hscore_fstat(int fd, struct_stat *buf) {
        return (fstat(fd,buf));
 }
 
-INLINE int __hscore_mkstemp(char *filetemplate) {
-    return (mkstemp(filetemplate));
-}
-
 // select-related stuff
 
 #if !defined(__MINGW32__)