diff options
| author | Chong Yidong | 2011-01-28 12:03:19 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-01-28 12:03:19 -0500 |
| commit | 2ff1f755a23644453a14bb3847a3cde800da61f1 (patch) | |
| tree | 2b91db80527f918bdd1ab732c745ce9a8d2635f0 /lib-src/ntlib.c | |
| parent | 6744273893b280b21a279227516aebf269b20a4e (diff) | |
| download | emacs-2ff1f755a23644453a14bb3847a3cde800da61f1.tar.gz emacs-2ff1f755a23644453a14bb3847a3cde800da61f1.zip | |
* lib-src/ntlib.c (setregid): New stub, renamed from setegid.
* lib-src/ntlib.h: Update prototype.
Diffstat (limited to 'lib-src/ntlib.c')
| -rw-r--r-- | lib-src/ntlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c index b87475f1c63..4e3b4bad893 100644 --- a/lib-src/ntlib.c +++ b/lib-src/ntlib.c | |||
| @@ -144,7 +144,7 @@ setuid (unsigned uid) | |||
| 144 | } | 144 | } |
| 145 | 145 | ||
| 146 | int | 146 | int |
| 147 | setegid (unsigned gid) | 147 | setregid (unsigned rgid, unsigned gid) |
| 148 | { | 148 | { |
| 149 | return 0; | 149 | return 0; |
| 150 | } | 150 | } |