~ubuntu-branches/ubuntu/trusty/leveldb/trusty

« back to all changes in this revision

Viewing changes to util/posix_logger.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-11-30 12:06:07 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111130120607-e973e9fkwp0re29b
Tags: 0+20111031.git36a5f8e-2
* Fix build failure with --as-needed flag enabled (Closes: #647105).
* Re-introduce Cristoph Egger's patch to allow compilation
  on kFreeBSD (Closes: #648248).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Copyright 2011 Google Inc. All Rights Reserved.
2
 
// Author: sanjay@google.com (Sanjay Ghemawat)
 
1
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
 
2
// Use of this source code is governed by a BSD-style license that can be
 
3
// found in the LICENSE file. See the AUTHORS file for names of contributors.
3
4
//
4
5
// Logger implementation that can be shared by all environments
5
6
// where enough posix functionality is available.
92
93
  }
93
94
};
94
95
 
95
 
}
 
96
}  // namespace leveldb
96
97
 
97
98
#endif  // STORAGE_LEVELDB_UTIL_POSIX_LOGGER_H_