ostree/src
Colin Walters 1825f03fe7 tree-wide: Update to new libglnx fd APIs
This ends up a lot better IMO.  This commit is *mostly* just
`s/glnx_close_fd/glnx_autofd`, but there's also a number of hunks like:

```
-  if (self->sysroot_fd != -1)
-    {
-      (void) close (self->sysroot_fd);
-      self->sysroot_fd = -1;
-    }
+  glnx_close_fd (&self->sysroot_fd);
```

Update submodule: libglnx

Closes: #1259
Approved by: jlebon
2017-10-11 19:26:10 +00:00
..
boot boot: Add a tmpfiles.d snippet to clean up /var/tmp/ostree-ovl.XXX 2017-08-17 18:38:45 +00:00
libostree tree-wide: Update to new libglnx fd APIs 2017-10-11 19:26:10 +00:00
libotutil tree-wide: Update to new libglnx fd APIs 2017-10-11 19:26:10 +00:00
ostree tree-wide: Update to new libglnx fd APIs 2017-10-11 19:26:10 +00:00
rofiles-fuse tree-wide: Update to new libglnx fd APIs 2017-10-11 19:26:10 +00:00
switchroot tree-wide: Remove Emacs modelines 2017-09-21 21:38:34 +00:00