1 May 2003 20:20
errno.cc (_sys_nerr) patch
Earnie Boyd <earnie_boyd <at> yahoo.com>
2003-05-01 18:20:36 GMT
2003-05-01 18:20:36 GMT
This patch leaves newlib/libc/include/sys/errno.h file as is. The importance of this patch is that currently _sys_nerr is marked as imported because ``extern __declspec(dllexport)'' is converted to __declspec(dllimport). Earnie.
2003.05.01 Earnie Boyd <earnie <at> users.sf.net> * errno.cc: Remove macro definition kludges for _sys_nerr and sys_nerr. (_sys_nerr): Remove extern, const and NO_COPY modifiers to remove a section type conflict and to allow the variable to really be marked as exported instead of marked as imported. Index: errno.cc =================================================================== RCS file: /cvs/src/src/winsup/cygwin/errno.cc,v retrieving revision 1.33 diff -u -3 -p -r1.33 errno.cc --- errno.cc 27 Apr 2003 03:14:02 -0000 1.33 +++ errno.cc 1 May 2003 18:05:48 -0000 <at> <at> -8,16 +8,12 <at> <at> This software is a copyrighted work lice Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ -#define _sys_nerr FOO_sys_nerr -#define sys_nerr FOOsys_nerr #include "winsup.h" #define _REENT_ONLY(Continue reading)
>
> >How many cpus are in it?
>
> cygcheck attached. Hmm. Cygcheck doesn't say how many CPUs, does it?
>
> /proc/cpuinfo attached, too.
>
> Two CPUs. Different steppings for each. The Dell BIOS kindly informs
> me of that fact on each reboot.
RSS Feed