changeset 10235:a8938b62a368

Update a comment.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 Jun 2008 21:49:39 +0200
parents 82d7fa700d94
children d7f97416cbe1
files lib/signal.in.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/signal.in.h	Sun Jun 22 21:47:14 2008 +0200
+++ b/lib/signal.in.h	Sun Jun 22 21:49:39 2008 +0200
@@ -33,7 +33,8 @@
 
 /* The definition of GL_LINK_WARNING is copied here.  */
 
-/* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>.  */
+/* Define pid_t, uid_t.
+   Also, mingw defines sigset_t not in <signal.h>, but in <sys/types.h>.  */
 #include <sys/types.h>
 
 #ifdef __cplusplus