summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/Symbol.map
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-05-04 08:06:52 +0000
committered <ed@FreeBSD.org>2009-05-04 08:06:52 +0000
commit3509620e9e39fa7d520a65271ee86a83848412df (patch)
tree8a8d1bbc966ed6b2354a0284c499a09628b0f057 /lib/libc/gen/Symbol.map
parentae69828ed02fe50980a57116010a5c4f31d7d62c (diff)
downloadFreeBSD-src-3509620e9e39fa7d520a65271ee86a83848412df.zip
FreeBSD-src-3509620e9e39fa7d520a65271ee86a83848412df.tar.gz
Fix whitespace and sorting in Symbol.map.
Diffstat (limited to 'lib/libc/gen/Symbol.map')
-rw-r--r--lib/libc/gen/Symbol.map50
1 files changed, 25 insertions, 25 deletions
diff --git a/lib/libc/gen/Symbol.map b/lib/libc/gen/Symbol.map
index fdc0449..69cf703 100644
--- a/lib/libc/gen/Symbol.map
+++ b/lib/libc/gen/Symbol.map
@@ -333,36 +333,36 @@ FBSD_1.1 {
fdevname_r;
fdopendir;
feature_present;
- fts_open;
- fts_close;
- fts_read;
- fts_set;
fts_children;
+ fts_close;
fts_get_clientptr;
fts_get_stream;
+ fts_open;
+ fts_read;
+ fts_set;
fts_set_clientptr;
+ posix_spawn;
+ posix_spawn_file_actions_addclose;
+ posix_spawn_file_actions_adddup2;
+ posix_spawn_file_actions_addopen;
+ posix_spawn_file_actions_destroy;
+ posix_spawn_file_actions_init;
+ posix_spawnattr_destroy;
+ posix_spawnattr_getflags;
+ posix_spawnattr_getpgroup;
+ posix_spawnattr_getschedparam;
+ posix_spawnattr_getschedpolicy;
+ posix_spawnattr_getsigdefault;
+ posix_spawnattr_getsigmask;
+ posix_spawnattr_init;
+ posix_spawnattr_setflags;
+ posix_spawnattr_setpgroup;
+ posix_spawnattr_setschedparam;
+ posix_spawnattr_setschedpolicy;
+ posix_spawnattr_setsigdefault;
+ posix_spawnattr_setsigmask;
+ posix_spawnp;
tcgetsid;
- posix_spawn;
- posix_spawn_file_actions_addclose;
- posix_spawn_file_actions_adddup2;
- posix_spawn_file_actions_addopen;
- posix_spawn_file_actions_destroy;
- posix_spawn_file_actions_init;
- posix_spawnattr_destroy;
- posix_spawnattr_getflags;
- posix_spawnattr_getpgroup;
- posix_spawnattr_getschedparam;
- posix_spawnattr_getschedpolicy;
- posix_spawnattr_getsigdefault;
- posix_spawnattr_getsigmask;
- posix_spawnattr_init;
- posix_spawnattr_setflags;
- posix_spawnattr_setpgroup;
- posix_spawnattr_setschedparam;
- posix_spawnattr_setschedpolicy;
- posix_spawnattr_setsigdefault;
- posix_spawnattr_setsigmask;
- posix_spawnp;
};
FBSDprivate_1.0 {
OpenPOWER on IntegriCloud