[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strsignal on MSVC
From: |
Bruno Haible |
Subject: |
Re: strsignal on MSVC |
Date: |
Tue, 4 Oct 2011 01:42:12 +0200 |
User-agent: |
KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; ) |
Hi Eric,
> > Also, it can get a compilation error because it uses<unistd.h> without
> > depending on the 'unistd' module.
>
> Shouldn't the fix for this to be adding a module dependency in
> modules/strsignal
The #include <unistd.h> in lib/strsignal.c is only needed for NetBSD.
Here I've been thinking at Sam and Paul, who are crying loudly when
we add dependencies which are not really needed.
Bruno