# # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License, Version 1.0 only # (the "License"). You may not use this file except in compliance # with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # #pragma ident "%Z%%M% %I% %E% SMI" # # lib/libc/spec/interface64.spec function alphasort64 include , declaration int alphasort64(const struct dirent64 **d1, \ const struct dirent64 **d2); arch sparc i386 version SUNW_1.22 end function _alphasort64 weak alphasort64 arch sparc i386 version SUNW_1.22 end function creat64 include , include include declaration int creat64(const char *path, mode_t mode) arch i386 sparc version SUNW_1.1 end function _creat64 weak creat64 arch sparc i386 version SUNW_1.1 end function fgetpos64 include declaration int fgetpos64(FILE *_RESTRICT_KYWD stream, \ fpos64_t *_RESTRICT_KYWD pos) arch sparc i386 version SUNW_1.1 end function fopen64 include declaration FILE *fopen64(const char *_RESTRICT_KYWD filename, \ const char *_RESTRICT_KYWD mode) arch sparc i386 version SUNW_1.1 end function freopen64 include declaration FILE *freopen64(const char *_RESTRICT_KYWD filename, \ const char *_RESTRICT_KYWD mode, \ FILE *_RESTRICT_KYWD stream) arch sparc i386 version SUNW_1.1 end function fseeko64 include declaration int fseeko64(FILE *stream, off64_t offset, int whence) arch sparc i386 version SUNW_1.1 end function fsetpos64 include declaration int fsetpos64(FILE *stream, const fpos64_t *pos) arch sparc i386 version SUNW_1.1 end function fstat64 include include declaration int fstat64(int fildes, struct stat64 *buf) arch sparc i386 version SUNW_1.1 end function _fstat64 arch sparc i386 version SUNW_1.1 end function fstatvfs64 include include declaration int fstatvfs64(int fildes, struct statvfs64 *buf) arch sparc i386 version SUNW_1.1 end function _fstatvfs64 weak fstatvfs64 arch i386 sparc version SUNW_1.1 end function ftello64 include declaration off64_t ftello64(FILE *stream) arch sparc i386 version SUNW_1.1 end function ftruncate64 include declaration int ftruncate64(int fildes, off64_t length) arch sparc i386 version SUNW_1.1 end function _ftruncate64 weak ftruncate64 arch sparc i386 version SUNW_1.1 end function ftw64 include declaration int ftw64(const char *path, \ int (*fn)(const char *, const struct stat64 *, int), \ int depth) arch sparc i386 version SUNW_1.1 end function _ftw64 weak ftw64 arch sparc i386 version SUNW_1.1 end function getdents64 include declaration int getdents64(int fildes, struct dirent64 *buf, size_t nbyte) arch sparc i386 version SUNW_1.1 end function _getdents64 weak getdents64 arch i386 sparc version SUNW_1.1 end function getrlimit64 include declaration int getrlimit64(int resource, struct rlimit64 *rlp) arch sparc i386 version SUNW_1.1 end function _getrlimit64 weak getrlimit64 arch sparc i386 version SUNW_1.1 end function lockf64 include declaration int lockf64(int fildes, int function, off64_t size) arch sparc i386 version SUNW_1.1 end function _lockf64 weak lockf64 arch sparc i386 version SUNW_1.1 end function lseek64 include include declaration off64_t lseek64(int fildes, off64_t offset, int whence) arch sparc i386 version SUNW_1.1 end function _lseek64 weak lseek64 arch sparc i386 version SUNW_1.1 end function lstat64 include include declaration int lstat64(const char *path, struct stat64 *buf) arch sparc i386 version SUNW_1.1 end function _lstat64 weak lstat64 arch sparc i386 version SUNW_1.1 end function mkstemp64 include declaration int mkstemp64(char *template) arch sparc i386 version SUNW_1.1 end function _mkstemp64 weak mkstemp64 arch sparc i386 version SUNW_1.1 end function mmap64 include include declaration caddr_t mmap64(caddr_t addr, size_t len, int prot, int flags, \ int fildes, off64_t off) arch sparc i386 version SUNW_1.1 end function _mmap64 weak mmap64 arch sparc i386 version SUNW_1.1 end function nftw64 include declaration int nftw64(const char *path, \ int (*fn)(const char *, const struct stat64 *, \ int, struct FTW *), \ int depth, int flags) arch sparc i386 version SUNW_1.1 end function _nftw64 weak nftw64 arch i386 sparc version SUNW_1.1 end function open64 include include include declaration int open64(const char *path, int oflag, ...) arch sparc i386 version SUNW_1.1 end function _open64 weak open64 arch i386 sparc version SUNW_1.1 end function openat64 include , , declaration int openat64(int fd, const char *path, int oflag, ...) arch sparc i386 version SUNW_1.21 end function _openat64 weak openat64 arch i386 sparc version SUNW_1.21 end function pread64 include declaration ssize_t pread64(int fildes, void *buf, size_t nbyte, \ off64_t offset) arch sparc i386 version SUNW_1.1 end function _pread64 weak pread64 arch i386 sparc version SUNW_1.1 end function pwrite64 include declaration ssize_t pwrite64(int fildes, const void *buf, size_t nbyte, \ off64_t offset) arch sparc i386 version SUNW_1.1 end function _pwrite64 weak pwrite64 arch sparc i386 version SUNW_1.1 end function readdir64 include include declaration struct dirent64 *readdir64(DIR *dirp) arch sparc i386 version SUNW_1.1 end function _readdir64 weak readdir64 arch sparc i386 version SUNW_1.1 end function readdir64_r include include declaration int readdir64_r(DIR *dirp, struct dirent64 *entry, struct dirent64 **result) arch sparc i386 version SUNW_1.1 end function _readdir64_r weak readdir64_r arch sparc i386 version SUNW_1.1 end function scandir64 include , declaration int scandir64(const char *dirname, \ struct dirent64 *(*namelist[]), \ int (*select)(const struct dirent64 *), \ int (*dcomp)(const struct dirent64 **, \ const struct dirent64 **)); arch sparc i386 version SUNW_1.22 end function _scandir64 weak scandir64 arch sparc i386 version SUNW_1.22 end function setrlimit64 include declaration int setrlimit64(int resource, const struct rlimit64 *rlp) arch sparc i386 version SUNW_1.1 end function _setrlimit64 weak setrlimit64 arch sparc i386 version SUNW_1.1 end function stat64 include include declaration int stat64(const char *path, struct stat64 *buf) arch sparc i386 version SUNW_1.1 end function _stat64 weak stat64 arch i386 sparc version SUNW_1.1 end function fstatat64 include include declaration int fstatat64(int fd, const char *path, \ struct stat64 *buf, int flag) arch sparc i386 version SUNW_1.21 end function _fstatat64 weak fstatat64 arch i386 sparc version SUNW_1.21 end function statvfs64 include include declaration int statvfs64(const char *path, struct statvfs64 *buf) arch sparc i386 version SUNW_1.1 end function _statvfs64 weak statvfs64 arch sparc i386 version SUNW_1.1 end function tmpfile64 include declaration FILE *tmpfile64(void) arch sparc i386 version SUNW_1.1 end function truncate64 include declaration int truncate64(const char *path, off64_t length) arch sparc i386 version SUNW_1.1 end function _truncate64 weak truncate64 arch sparc i386 version SUNW_1.1 end function tell64 include declaration off64_t tell64(int) arch sparc i386 version SUNW_1.1 end function _tell64 weak tell64 arch sparc i386 version SUNW_1.1 end function attropen64 include , , declaration int attropen64(const char *name, const char *attr, \ int oflag, ...) arch sparc i386 version SUNW_1.21 end function _attropen64 weak attropen64 arch sparc i386 version SUNW_1.21 end