aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/uuid/Symbol.map
Commit message (Collapse)AuthorAgeFilesLines
* MFC r183058Maksim Yevmenkin2009-02-101-0/+7
| | | | | | | | | | | | | | Add uuid_enc,dec_le,be() functions to Symbol.map Pointy hat goes to me. MFC r183192 Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbols into FBSD_1.1 section where they should be (as Pointed out by: kib, deischen) Notes: svn path=/stable/7/; revision=188454
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-1/+3
| | | | Notes: svn path=/head/; revision=169092
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+12
Reviewed by: davidxu Notes: svn path=/head/; revision=156608