diff options
Diffstat (limited to 'lib/libc/gen/Symbol.map')
| -rw-r--r-- | lib/libc/gen/Symbol.map | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/gen/Symbol.map b/lib/libc/gen/Symbol.map index 4d22251f7ec5..8c4853737064 100644 --- a/lib/libc/gen/Symbol.map +++ b/lib/libc/gen/Symbol.map @@ -402,14 +402,6 @@ FBSD_1.5 { devname; devname_r; dirname; - fts_children; - fts_close; - fts_get_clientptr; - fts_get_stream; - fts_open; - fts_read; - fts_set; - fts_set_clientptr; ftw; getentropy; getmntinfo; @@ -459,7 +451,6 @@ FBSD_1.8 { execvpe; fdscandir; fdscandir_b; - fts_open_b; glob_b; initgroups; inotify_add_watch; @@ -476,6 +467,15 @@ FBSD_1.8 { FBSD_1.9 { freadlink; + fts_children; + fts_close; + fts_get_clientptr; + fts_get_stream; + fts_open; + fts_open_b; + fts_read; + fts_set; + fts_set_clientptr; posix_spawn_file_actions_addchdir; posix_spawn_file_actions_addfchdir; posix_spawnattr_getexecfd_np; |
