root/lib/openat-die.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. openat_save_fail
  2. openat_restore_fail

     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 #include <stdlib.h>
     6 void openat_save_fail (int errnum) { abort (); }
     7 void openat_restore_fail (int errnum) { abort (); }

/* [<][>][^][v][top][bottom][index][help] */