Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149137453
D50981.1789579956.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1013 B
Referenced Files
None
Subscribers
None
D50981.1789579956.diff
View Options
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,10 +51,6 @@
# xargs -n1 | sort | uniq -d;
# done
-# 20250623: fscandir() renamed to fdscandir()
-OLD_FILES+=usr/share/man/man3/fscandir.3.gz
-OLD_FILES+=usr/share/man/man3/fscandir_b.3.gz
-
# 20250615: don't install man page for absent function
OLD_FILES+=usr/share/man/man9/vm_map_simplify_entry.9.gz
diff --git a/lib/libc/gen/Symbol.map b/lib/libc/gen/Symbol.map
--- a/lib/libc/gen/Symbol.map
+++ b/lib/libc/gen/Symbol.map
@@ -458,8 +458,6 @@
aio_read2;
aio_write2;
execvpe;
- fscandir;
- fscandir_b;
fdscandir;
fdscandir_b;
fts_open_b;
diff --git a/lib/libc/gen/scandir.c b/lib/libc/gen/scandir.c
--- a/lib/libc/gen/scandir.c
+++ b/lib/libc/gen/scandir.c
@@ -242,9 +242,3 @@
return (dc((const struct dirent **)p1, (const struct dirent **)p2));
}
#endif
-
-#ifdef I_AM_SCANDIR_B
-__weak_reference(fdscandir_b, fscandir_b);
-#else
-__weak_reference(fdscandir, fscandir);
-#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 16, 5:32 PM (3 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29700831
Default Alt Text
D50981.1789579956.diff (1013 B)
Attached To
Mode
D50981: libc: Finish removing fscandir{,_b}().
Attached
Detach File
Event Timeline
Log In to Comment