mirror of
https://github.com/NixOS/nix
synced 2025-06-29 14:53:16 +02:00
* Don't use fdatasync since it doesn't work on Snow Leopard.
* Don't refer to config.h in util.hh, because config.h is not installed (http://hydra.nixos.org/build/303053).
This commit is contained in:
parent
7db2831d3a
commit
84a4dd5ff0
4 changed files with 3 additions and 10 deletions
|
@ -1,8 +1,6 @@
|
|||
#ifndef __UTIL_H
|
||||
#define __UTIL_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "types.hh"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -12,10 +10,6 @@
|
|||
|
||||
#include <cstdio>
|
||||
|
||||
#ifndef HAVE_FDATASYNC
|
||||
#define fdatasync fsync
|
||||
#endif
|
||||
|
||||
|
||||
namespace nix {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue