diff options
author | deischen <deischen@FreeBSD.org> | 2006-03-30 04:37:08 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2006-03-30 04:37:08 +0000 |
commit | c52b7e783bf840d1b0f126c08d6200b7b19036f1 (patch) | |
tree | e9599e621c82ad2a3e3a4742865d3f5089d30111 /lib/libc/stdio | |
parent | 54a478ceca292cc147449c66835d59e0d936ceb6 (diff) | |
download | FreeBSD-src-c52b7e783bf840d1b0f126c08d6200b7b19036f1.zip FreeBSD-src-c52b7e783bf840d1b0f126c08d6200b7b19036f1.tar.gz |
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!)
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/Symbol.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/stdio/Symbol.map b/lib/libc/stdio/Symbol.map index f49c337..6687f1b 100644 --- a/lib/libc/stdio/Symbol.map +++ b/lib/libc/stdio/Symbol.map @@ -135,6 +135,7 @@ FBSD_1.0 { }; FBSDprivate { + _cleanup; # To be replaced with fcloseall(). _flockfile; _flockfile_debug_stub; _flockfile_debug; |