aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ntlib.h
diff options
context:
space:
mode:
authorJoakim Verona2011-02-05 11:23:09 +0100
committerJoakim Verona2011-02-05 11:23:09 +0100
commit4bd51ad5c3445b644dfb017d5b57b10a90aa325f (patch)
tree894801e7308ce4ecc34933f959e28f4b9cff9533 /lib-src/ntlib.h
parent13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (diff)
parent9bcaafce5351d270ac514e23cb69ff1a5fd35229 (diff)
downloademacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.tar.gz
emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.zip
merge from upstream. currently seems to have bitroted and i get segfaults
Diffstat (limited to 'lib-src/ntlib.h')
-rw-r--r--lib-src/ntlib.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h
index 4dd6a32ee32..be8d2a58a50 100644
--- a/lib-src/ntlib.h
+++ b/lib-src/ntlib.h
@@ -1,6 +1,5 @@
1/* Utility and Unix shadow routines for GNU Emacs support programs on NT. 1/* Utility and Unix shadow routines for GNU Emacs support programs on NT.
2 Copyright (C) 1994, 2002, 2003, 2004, 2005, 2006, 2007, 2 Copyright (C) 1994, 2002-2011 Free Software Foundation, Inc.
3 2008, 2009, 2010 Free Software Foundation, Inc.
4 3
5This file is part of GNU Emacs. 4This file is part of GNU Emacs.
6 5
@@ -39,7 +38,7 @@ unsigned getuid (void);
39unsigned getegid (void); 38unsigned getegid (void);
40unsigned getgid (void); 39unsigned getgid (void);
41int setuid (unsigned uid); 40int setuid (unsigned uid);
42int setegid (unsigned gid); 41int setregid (unsigned rgid, unsigned gid);
43char * getpass (const char * prompt); 42char * getpass (const char * prompt);
44int fchown (int fd, unsigned uid, unsigned gid); 43int fchown (int fd, unsigned uid, unsigned gid);
45 44
@@ -106,5 +105,3 @@ int fchown (int fd, unsigned uid, unsigned gid);
106 105
107/* end of ntlib.h */ 106/* end of ntlib.h */
108 107
109/* arch-tag: 93444f66-7b98-4aa5-a5cd-01444094af28
110 (do not change this comment) */