Parallelize clean rules using GNU make features
[bpt/emacs.git] / lib / openat-die.c
CommitLineData
8654f9d7
PE
1/* Respond to a save- or restore-cwd failure.
2 This should never happen with Emacs. */
3#include <config.h>
4#include "openat.h"
5void openat_save_fail (int errnum) { abort (); }
6void openat_restore_fail (int errnum) { abort (); }