repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In w32fns.c condition TITLEBAR_INFO declaration on WINDOWS version.
[emacs.git]
/
lib
/
openat-die.c
blob
f09123ea785d4254212a3c7d5c6f96724d6f64d8
1
/* Respond to a save- or restore-cwd failure.
2
This should never happen with Emacs. */
3
#include <config.h>
4
#include
"openat.h"
5
void
openat_save_fail
(
int
errnum
) {
abort
(); }
6
void
openat_restore_fail
(
int
errnum
) {
abort
(); }