Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/physmem @ 17448:b3516a31a386
regex: port to --with-included-regex --enable-gcc-warnings non-threaded
* lib/regex_internal.h (lock_fini, lock_lock): Rework to avoid
gcc warnings in the non-threaded case. Reported by Charlie Brown in
<http://lists.gnu.org/archive/html/bug-gnulib/2013-07/msg00015.html>.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 09 Jul 2013 11:35:01 -0700 |
parents | cfdbe5c4e833 |
children |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Return amount of total/available physical memory. |
4110 | 3 |
4 Files: | |
5 lib/physmem.h | |
6 lib/physmem.c | |
7 m4/physmem.m4 | |
8 | |
9 Depends-on: | |
10 | |
11 configure.ac: | |
12 gl_PHYSMEM | |
13 | |
14 Makefile.am: | |
15225
cfdbe5c4e833
physmem: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
9490
diff
changeset
|
15 lib_SOURCES += physmem.c |
4110 | 16 |
17 Include: | |
18 "physmem.h" | |
19 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
20 License: |
9490
f1adb8aac374
* modules/physmem (License): Change from GPL to LGPLv2+.
Jim Meyering <meyering@redhat.com>
parents:
7497
diff
changeset
|
21 LGPLv2+ |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
22 |
4197 | 23 Maintainer: |
24 Paul Eggert, Jim Meyering |