Revert "Fix build on macOS (bug#28571)"
This reverts commit fec63089d5
.
Prematurely pushed.
This commit is contained in:
parent
fec63089d5
commit
7476eeaa23
1 changed files with 0 additions and 9 deletions
|
@ -397,12 +397,3 @@ extern int emacs_setenv_TZ (char const *);
|
|||
#else
|
||||
# define UNINIT /* empty */
|
||||
#endif
|
||||
|
||||
/* macOS 10.13 supports futimens, futimesat and utimensat, older
|
||||
versions don't but can appear as though they do. Disable them
|
||||
entirely to avoid breaking cross-version builds on macOS. */
|
||||
#ifdef DARWIN_OS
|
||||
# undef HAVE_FUTIMENS
|
||||
# undef HAVE_FUTIMESAT
|
||||
# undef HAVE_UTIMENSAT
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue