summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/regexp-opt.el
diff options
context:
space:
mode:
authoroscar <oscar@win10-64-vm>2024-09-23 23:04:36 +0200
committeroscar <oscar@win10-64-vm>2024-09-30 15:23:07 +0200
commite376a27cf27d453f3b1c2728626950d4c4478f48 (patch)
treebcda8c765bcebaf3902f656c945e3d2bf1fc94b5 /lisp/emacs-lisp/regexp-opt.el
parent685ec273ecbb54439ed84474fb96ec847bebb630 (diff)
downloademacs-e376a27cf27d453f3b1c2728626950d4c4478f48.tar.gz
emacs-e376a27cf27d453f3b1c2728626950d4c4478f48.tar.bz2
emacs-e376a27cf27d453f3b1c2728626950d4c4478f48.zip
Fix redirection of read when _FORTIFY_SOURCE is defined
When _FORTIFY_SOURCE is defined mingw-w64 provides an inline definition of read in io.h. This makes our previous redirection to sys_read ineffective. The prototype of sys_read is now required because we don't touch the prototype of read. * nt/inc/ms-w32.h (read): Move the redirection after io.h. Add prototype for sys_read (Bug#73444)
Diffstat (limited to 'lisp/emacs-lisp/regexp-opt.el')
0 files changed, 0 insertions, 0 deletions