/[emacs]/emacs/src/msdos.c
ViewVC logotype

Diff of /emacs/src/msdos.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.179 by lektu, Wed Jan 22 16:14:48 2003 UTC revision 1.180 by lektu, Tue Feb 4 14:03:13 2003 UTC
# Line 4929  gethostname (p, size) Line 4929  gethostname (p, size)
4929  /* When time zones are set from Ms-Dos too many C-libraries are playing  /* When time zones are set from Ms-Dos too many C-libraries are playing
4930     tricks with time values.  We solve this by defining our own version     tricks with time values.  We solve this by defining our own version
4931     of `gettimeofday' bypassing GO32.  Our version needs to be initialized     of `gettimeofday' bypassing GO32.  Our version needs to be initialized
4932     once and after each call to `tzset' with TZ changed.  That is     once and after each call to `tzset' with TZ changed.  That is
4933     accomplished by aliasing tzset to init_gettimeofday. */     accomplished by aliasing tzset to init_gettimeofday. */
4934    
4935  static struct tm time_rec;  static struct tm time_rec;
# Line 5092  sigprocmask (how, new_set, old_set) Line 5092  sigprocmask (how, new_set, old_set)
5092  #else /* not POSIX_SIGNALS */  #else /* not POSIX_SIGNALS */
5093    
5094  sigsetmask (x) int x; { return 0; }  sigsetmask (x) int x; { return 0; }
5095  sigblock (mask) int mask; { return 0; }  sigblock (mask) int mask; { return 0; }
5096    
5097  #endif /* not POSIX_SIGNALS */  #endif /* not POSIX_SIGNALS */
5098  #endif /* not __DJGPP_MINOR__ < 2 */  #endif /* not __DJGPP_MINOR__ < 2 */

Legend:
Removed from v.1.179  
changed lines
  Added in v.1.180

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26