From 7c4026b6ad03974a55a175af17c8e76c61931b69 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 30 Mar 2013 20:00:51 +0300 Subject: Finished with lib-src compilation, except emacsclientw and emacsclient.res. Next -- compilation in nt/, and then problems in src/. --- lib-src/ntlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib-src/ntlib.h') diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index 1b2f57f35e5..3e48d2997e0 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h @@ -16,7 +16,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ - #include #include @@ -29,12 +28,13 @@ along with GNU Emacs. If not, see . */ #ifdef sleep #undef sleep #endif -void sleep (unsigned long seconds); +unsigned sleep (unsigned seconds); char *getwd (char *dir); int getppid (void); char * getlogin (void); char * cuserid (char * s); unsigned getuid (void); +unsigned geteuid (void); unsigned getegid (void); unsigned getgid (void); int setuid (unsigned uid); -- cgit v1.2.1