John Baldwin
143b946188
Retire the __fgetcookie(), __fgetpendout(), and __fsetfileno() accessors
...
as we aren't hiding FILE's internals anymore.
2008-05-05 16:14:02 +00:00
Marcel Moolenaar
201e72e716
Add __fgetcookie(), __fgetpendout() and __fsetfileno() to the private
...
name space.
2008-05-04 04:11:01 +00:00
David Schultz
7ff4930d73
Move all the xprintf-related symbols to FBSDprivate_1.0.
...
Discussed with: deischen, kan, phk
2007-12-18 23:49:05 +00:00
Daniel Eischen
5f864214bb
Use C comments since we now preprocess these files with CPP.
2007-04-29 14:05:22 +00:00
Daniel Eischen
ca7f278f1d
Now that libc has fcloseall(), remove _cleanup() from the list
...
of FreeBSD private symbols.
2006-04-22 15:11:33 +00:00
Daniel Eischen
b62c955c52
Add fcloseall() to libc. This removes the need to export _cleanup().
...
Linux also provides an fcloseall() implementation.
Discussed on: arch
2006-04-22 15:09:15 +00:00
Daniel Eischen
4c6aab055d
Add __collate_load_error and __collate_range_cmp to the list of
...
FBSDprivate locale symbols. These functions are needed by
libcompat.
Add _cleanup to the list of stdio FBSDprivate symbols. Some
third party applications use this. This will be removed and
replaced by fcloseall() once libc version is bumped.
Add _res to the list of resolv symbols.
Found by: portbuilder runs (thanks Kris!)
2006-03-30 04:37:08 +00:00
Daniel Eischen
cce72e8860
Add symbol maps and initial symbol version definitions to libc.
...
Reviewed by: davidxu
2006-03-13 00:53:21 +00:00