diff src/s/cygwin32.h @ 464:5aa1854ad537 r21-2-47

Import from CVS: tag r21-2-47
author cvs
date Mon, 13 Aug 2007 11:45:51 +0200
parents 1ccc32a20af4
children c69610198c35
line wrap: on
line diff
--- a/src/s/cygwin32.h	Mon Aug 13 11:44:39 2007 +0200
+++ b/src/s/cygwin32.h	Mon Aug 13 11:45:51 2007 +0200
@@ -113,7 +113,8 @@
 # endif /* CYGWIN_VERSION_DLL_MAJOR <= 20 */
 
 /* Still left out of 1.1! */
-double	logb (double);
+double logb (double);
+int killpg (int pgrp, int sig);
 
 #endif