Mercurial > emacs
changeset 107734:32691d6c973c
msdos.c: Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 01 Apr 2010 18:15:16 +0300 |
parents | 84b961690802 |
children | 6a5be93fe0dd |
files | src/msdos.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/msdos.c Thu Apr 01 17:59:46 2010 +0300 +++ b/src/msdos.c Thu Apr 01 18:15:16 2010 +0300 @@ -4450,6 +4450,12 @@ exit (1); } +/* + * A few unimplemented functions that we silently ignore. + */ +setpgrp () {return 0; } +setpriority (x,y,z) int x,y,z; { return 0; } + #if __DJGPP__ == 2 && __DJGPP_MINOR__ < 2 #ifdef POSIX_SIGNALS