X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/e443729d658ee2b9e0f55bbbb90241819bf516a6..refs/heads/wip:/lib-src/ntlib.h diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index c30958365c..40ef9fa982 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-2014 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -69,7 +69,6 @@ int mkostemp (char * template, int flags); #define pipe _pipe #undef read #define read _read -#undef rename #undef rmdir #define rmdir _rmdir #undef unlink @@ -91,7 +90,6 @@ int mkostemp (char * template, int flags); #define locking _locking #define logb _logb #define _longjmp longjmp -#define lseek _lseek #define popen _popen #define pclose _pclose #define umask _umask