/* */ /* * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. */ /* LINTLIBRARY */ /* PROTOLIB1 */ /* * This little dance is necessary to avoid ftello/fseeko * complaints vs libc. We don't use them but we do #include * stdio.h and as we are large file aware they get defined * differently than libc. */ #include #undef _LARGEFILE_SOURCE #include #include #include