Module Name: src Committed By: matt Date: Fri Jan 14 05:20:00 UTC 2011
Modified Files: src/lib/libposix/sys: Makefile.inc src/lib/librt/sys: Makefile.inc Log Message: Let libposix and librt have their own version of __cerror (__posix_cerror and __rt_cerror). This enables each library (including libc) the oppurtunity to make its __cerror hidden and avoid being called via the PLT. No user visible differences to no need to bump the minor number. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libposix/sys/Makefile.inc cvs rdiff -u -r1.5 -r1.6 src/lib/librt/sys/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.