Error utils in separate file and _REENTRANT mode.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 10 Mar 2009 10:19:39 +0000 (11:19 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 10 Mar 2009 10:19:39 +0000 (11:19 +0100)
commitf0128dd11d08d79384a97a13e44476769b061f4f
tree838f5cc73f8f0df98389e00b0e0011155fff51d2
parent1428270503079d0ceb1ea113e3ec2aa175a0e52a
Error utils in separate file and _REENTRANT mode.

The functions yaz_errno / yaz_set_errno / yaz_strerror is defined in
errno.c rather than nmem.c. Also _REENTRANT is always set to ensure
that access to errno is thread-aware.
src/Makefile.am
src/errno.c [new file with mode: 0644]
src/nmem.c
win/makefile