summaryrefslogtreecommitdiffstats
path: root/lib/libc/Versions.def
Commit message (Collapse)AuthorAgeFilesLines
* Keep versions on a dependency chain to exclude even remote possiblitykan2008-05-071-1/+1
| | | | of private version ever getting index 2.
* Add a comment stating not to bump the FBSDprivate version.deischen2008-05-061-1/+3
| | | | Don't inherit the public namespace from the private namespace.
* Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessorsjhb2008-05-051-3/+0
| | | | as we aren't hiding FILE's internals anymore.
* Add __fgetcookie(), __fgetpendout() and __fsetfileno() to the privatemarcel2008-05-041-0/+3
| | | | name space.
* Increment the version namespace for 8.0-current. New symbols anddeischen2007-12-141-0/+5
| | | | symbols whose ABI has changed should be added to FBSD_1.1.
* Make sure FBSDprivate_1.0 is located at the end of the versionkan2007-04-291-1/+1
| | | | inheritance chain.
* Number the private version namespace in case we ever want to havedeischen2007-04-291-1/+1
| | | | compatibility between versions (as we do for the public namespace).
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+12
Reviewed by: davidxu
OpenPOWER on IntegriCloud