X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/76efa828369a583650cf661a327d5698891a7a90..2fdec80c2cebf486bc708c5a59b0cd52def5285b:/lib-src/ntlib.h diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index 3e48d2997e..10f9d08ba3 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h @@ -1,5 +1,5 @@ /* Utility and Unix shadow routines for GNU Emacs support programs on NT. - Copyright (C) 1994, 2002-2013 Free Software Foundation, Inc. + Copyright (C) 1994, 2002-2015 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -22,6 +22,7 @@ along with GNU Emacs. If not, see . */ /* Include these headers now so we don't have to worry about include order dependencies in common source files. */ #include +#include #include #include @@ -41,6 +42,7 @@ int setuid (unsigned uid); int setregid (unsigned rgid, unsigned gid); char * getpass (const char * prompt); int fchown (int fd, unsigned uid, unsigned gid); +int mkostemp (char * template, int flags); /* redirect or undo interceptions created by config.h */ #undef access @@ -61,15 +63,12 @@ int fchown (int fd, unsigned uid, unsigned gid); #undef fopen #undef mkdir #define mkdir _mkdir -#undef mktemp -#define mktemp _mktemp #undef open #define open _open #undef pipe #define pipe _pipe #undef read #define read _read -#undef rename #undef rmdir #define rmdir _rmdir #undef unlink