canonicalize: simplify errno handling
authorEric Blake <ebb9@byu.net>
Wed, 16 Sep 2009 19:49:10 +0000 (13:49 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 18 Sep 2009 01:16:13 +0000 (19:16 -0600)
commit6df0d905e1a2cb127af844642ebf25ebb96b7323
treee3c913f54fcd71171ced51c0ea9869559882c563
parent6cdf6086af1513a0a7cc54d8abd3d8634b452875
canonicalize: simplify errno handling

This file originally forked from glibc, but has had so many other
changes that it does not need to maintain glibc macros.

* lib/canonicalize.c (__set_errno): Delete macro, and use direct
assignment.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
lib/canonicalize.c