From: Sergey Poznyakoff Date: Sat, 12 May 2007 08:55:33 +0000 (+0000) Subject: New module X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fdf428c12c2355a21f24564512cc03de812f0c3;p=pspp New module --- diff --git a/modules/openat-die b/modules/openat-die new file mode 100644 index 0000000000..76cc44dc17 --- /dev/null +++ b/modules/openat-die @@ -0,0 +1,25 @@ +Description: +Report a save- or restore-cwd failure in our openat replacement and then exit. + +Files: +lib/openat-die.c + +Depends-on: +openat +error +gettext-h +exitfail + +configure.ac: + +Makefile.am: +lib_SOURCES += openat-die.c + +Include: +"openat.h" + +License: +GPL + +Maintainer: +all