www.delorie.com/djgpp/bugs/show.cgi   search  
Bug 000125

When Created: 11/30/1996 00:45:22
Against DJGPP version: 2.01
By whom: fighteer@cs.com
Abstract: Libc.inf entry for "delay" missing header file that includes it.
The libc.inf "delay()" node is missing the #include <dos.h> line to indicate which header file to include to get delay.

Solution added: 11/30/1996 00:47:54
By whom: fighteer@cs.com
Here's a patch to the file /src/libc/dos/dos/delay.txh.

*** delay.tx~	Mon Jul 10 01:40:08 1995
--- delay.txh	Sat Nov 30 00:35:48 1996
***************
*** 2,7 ****
--- 2,9 ----
  @subheading Syntax
  
  @example
+ #include <dos.h>
+ 
  void delay(unsigned msec);
  @end example
  

Solution added: 01/22/1999 13:00:36
By whom: gskiljevic@vid.net
awdf

Fixed in version on 04/13/1999 07:00:15
By whom: eliz@is.elta.co.il



  webmaster     delorie software   privacy  
  Copyright © 2010   by DJ Delorie     Updated Jul 2010