]> code.delx.au - gnu-emacs/blob - lib/openat-die.c
Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.de
[gnu-emacs] / lib / openat-die.c
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 (); }