diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-14 14:52:18 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-14 14:52:18 +0200 |
commit | 0c5c48040ac0f4c97f73fb3ac5493cc2d84a963b (patch) | |
tree | 314ce681dab98eedf25f7b12c87a0e0575143bca /Makefile.am | |
parent | 12d73e9587a8d9a3ab6415183e4e6762315aa85a (diff) |
libudev: add O_CLOEXEC
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8d13f19382..09cb560111 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,7 +29,7 @@ CLEANFILES = # libudev # ------------------------------------------------------------------------------ LIBUDEV_CURRENT=8 -LIBUDEV_REVISION=0 +LIBUDEV_REVISION=1 LIBUDEV_AGE=8 SUBDIRS += libudev/docs |