Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/openat-die @ 17138:42f6597efac3
* lib/regexec.c (re_search_internal): Fix grammar in comment.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 16 Oct 2012 16:01:05 -0700 |
parents | 917610de47d7 |
children |
rev | line source |
---|---|
8809 | 1 Description: |
2 Report a save- or restore-cwd failure in our openat replacement and then exit. | |
3 | |
4 Files: | |
5 lib/openat-die.c | |
6 | |
7 Depends-on: | |
16033
917610de47d7
New modules 'at-internal', 'openat-h', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
8809
diff
changeset
|
8 openat-h |
8809 | 9 error |
16033
917610de47d7
New modules 'at-internal', 'openat-h', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
8809
diff
changeset
|
10 exitfail |
8809 | 11 gettext-h |
12 | |
13 configure.ac: | |
14 | |
15 Makefile.am: | |
16 lib_SOURCES += openat-die.c | |
17 | |
18 Include: | |
19 "openat.h" | |
20 | |
21 License: | |
22 GPL | |
23 | |
24 Maintainer: | |
25 all |