aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/darwin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index da223e9a41c..40aa5831994 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -171,6 +171,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
171#define malloc unexec_malloc 171#define malloc unexec_malloc
172#define realloc unexec_realloc 172#define realloc unexec_realloc
173#define free unexec_free 173#define free unexec_free
174/* Don't use posix_memalign because it is not compatible with
175 unexmacosx.c. */
176#undef HAVE_POSIX_MEMALIGN
174#endif 177#endif
175 178
176/* The ncurses library has been moved out of the System framework in 179/* The ncurses library has been moved out of the System framework in