aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2a78c4b4fa9..b3c056edd07 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -9,7 +9,7 @@
9 * lisp.h (enum Lisp_Save_Type): New member SAVE_TYPE_INT_OBJ. 9 * lisp.h (enum Lisp_Save_Type): New member SAVE_TYPE_INT_OBJ.
10 (make_save_int_obj): Add prototype. 10 (make_save_int_obj): Add prototype.
11 11
12 Fix last change to support Darwin/OSX (Bug#18354). 12 Fix last change to support Darwin/OSX and FreeBSD (Bug#18354).
13 * sysdep.c (sort_vector_compare) [DARWIN_OS || __FreeBSD__]: 13 * sysdep.c (sort_vector_compare) [DARWIN_OS || __FreeBSD__]:
14 Conditionally define to match system's qsort_r signature. 14 Conditionally define to match system's qsort_r signature.
15 (sort_vector) [DARWIN_OS || __FreeBSD__]: Likewise in call to qsort_r. 15 (sort_vector) [DARWIN_OS || __FreeBSD__]: Likewise in call to qsort_r.