summaryrefslogtreecommitdiff
path: root/dist/filelist
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2012-12-01 11:05:50 +0000
committerKeith Bostic <keith@wiredtiger.com>2012-12-01 11:05:50 +0000
commit0d81af2d0ffc81ed6d73e52b137cc87c41715450 (patch)
tree896d1c3b3e0c0ab46a16840496368d467bf13e9a /dist/filelist
parent4bb5e8cc9f0256f39af41b2b80c96ff749dcabe7 (diff)
downloadmongo-0d81af2d0ffc81ed6d73e52b137cc87c41715450.tar.gz
SunOS doesn't include strtouq(3), add a local version that calls strtoull(3)
(with a test that the size of a ULL equals the size of a quad, just in case).
Diffstat (limited to 'dist/filelist')
-rw-r--r--dist/filelist1
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/filelist b/dist/filelist
index dfa2ef16757..db1ba9cfae0 100644
--- a/dist/filelist
+++ b/dist/filelist
@@ -98,6 +98,7 @@ src/os_posix/os_remove.c
src/os_posix/os_rename.c
src/os_posix/os_rw.c
src/os_posix/os_sleep.c
+src/os_posix/os_strtouq.c
src/os_posix/os_thread.c
src/os_posix/os_time.c
src/os_posix/os_yield.c