Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153374569
D28133.id82203.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
630 B
Referenced Files
None
Subscribers
None
D28133.id82203.diff
View Options
Index: lib/libc/stdlib/qsort.c
===================================================================
--- lib/libc/stdlib/qsort.c
+++ lib/libc/stdlib/qsort.c
@@ -92,14 +92,14 @@
}
#if defined(I_AM_QSORT_R)
-void
+void __attribute__((__visibility__("protected")))
qsort_r(void *a, size_t n, size_t es, void *thunk, cmp_t *cmp)
#elif defined(I_AM_QSORT_S)
-errno_t
+errno_t __attribute__((__visibility__("protected")))
qsort_s(void *a, rsize_t n, rsize_t es, cmp_t *cmp, void *thunk)
#else
#define thunk NULL
-void
+void __attribute__((__visibility__("protected")))
qsort(void *a, size_t n, size_t es, cmp_t *cmp)
#endif
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 7:14 PM (6 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31928035
Default Alt Text
D28133.id82203.diff (630 B)
Attached To
Mode
D28133: libc/qsort: Don't allow interposing recursive calls
Attached
Detach File
Event Timeline
Log In to Comment