Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/selinux-at @ 15333:f03da5e72c61
timespec-add, timespec-sub: new modules
* lib/timespec.h (timespec_add, timespec_sub): New decls.
* lib/timespec-add.c, lib/timespec-sub.c:
* modules/timespec-add, modules/timespec-sub: New files.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 30 Jun 2011 15:17:31 -0700 |
parents | 3f075467f0f5 |
children | 917610de47d7 |
rev | line source |
---|---|
11787 | 1 Description: |
2 openat-style fd-relative functions for SE Linux | |
3 | |
4 Files: | |
5 lib/selinux-at.c | |
6 lib/selinux-at.h | |
7 | |
8 Depends-on: | |
9 openat | |
10 selinux-h | |
11 | |
12 configure.ac: | |
13 AC_CHECK_HEADERS([selinux/flask.h]) | |
14 AC_LIBOBJ([selinux-at]) | |
15 | |
16 Makefile.am: | |
17 | |
18 Include: | |
11792
3f075467f0f5
selinux-at: remove redundant m4 code, add documentation
Jim Meyering <meyering@redhat.com>
parents:
11787
diff
changeset
|
19 "selinux-at.h" |
11787 | 20 |
21 License: | |
22 GPL | |
23 | |
24 Maintainer: | |
25 Jim Meyering |