diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-10 19:59:37 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-10 19:59:37 +0000 |
commit | 3df4acfa816441fc28a95dee6d0191a927145d95 (patch) | |
tree | b5ae7ca44662cfd8e5c95f1826e4406021a606f5 /PACE/pace/sys/stat.h | |
parent | 60a5612b83d856fc0adc52b9f39fac9960ec9818 (diff) | |
download | ATCD-pre-subset.tar.gz |
This commit was manufactured by cvs2svn to create tag 'pre-subset'.pre-subset
Diffstat (limited to 'PACE/pace/sys/stat.h')
-rw-r--r-- | PACE/pace/sys/stat.h | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/PACE/pace/sys/stat.h b/PACE/pace/sys/stat.h deleted file mode 100644 index f1ab6a98dc0..00000000000 --- a/PACE/pace/sys/stat.h +++ /dev/null @@ -1,80 +0,0 @@ -/* $Id$ - - * ============================================================================ - * - * = LIBRARY - * pace - * - * = FILENAME - * pace/sys/stat.h - * - * = AUTHOR - * Luther Baker - * - * ============================================================================ */ - -#ifndef PACE_SYS_STAT_H -#define PACE_SYS_STAT_H - -#include "pace/config/defines.h" -#include "pace/sys/types.h" - - -#if (PACE_HAS_POSIX) -# include "pace/posix/stat.h" -#elif (PACE_VXWORKS) -# include "pace/vxworks/stat.h" -#elif (PACE_WIN32) -# include "pace/win32/stat.h" -#endif - -#if defined (PACE_HAS_CPLUSPLUS) -extern "C" { -#endif /* PACE_HAS_CPLUSPLUS */ - -#if (PACE_HAS_POSIX_FA_UOF) - PACE_Export PACE_INLINE int pace_chmod (const char * path, pace_mode_t mode); -#endif /* PACE_HAS_POSIX_FA_UOF */ - -#if (PACE_HAS_POSIX_NONUOF_FUNCS) - PACE_Export PACE_INLINE int pace_fchmod (PACE_HANDLE fildes, - pace_mode_t mode); -#endif /* PACE_HAS_POSIX_NONUOF_FUNCS */ - -#if (PACE_HAS_POSIX_FS_UOF) - PACE_Export PACE_INLINE int pace_fstat (PACE_HANDLE fildes, -pace_stat_s * buf); -#endif /* PACE_HAS_POSIX_FS_UOF */ - -#if (PACE_HAS_POSIX_FS_UOF) - PACE_Export PACE_INLINE int pace_mkdir (const char * path, pace_mode_t mode); -#endif /* PACE_HAS_POSIX_FS_UOF */ - -#if (PACE_HAS_POSIX_F_UOF) - PACE_Export PACE_INLINE int pace_mkfifo (const char * path, - pace_mode_t mode); -#endif /* PACE_HAS_POSIX_F_UOF */ - -#if (PACE_HAS_POSIX_FS_UOF) - PACE_Export PACE_INLINE int pace_stat (const char * path, pace_stat_s * buf); -#endif /* PACE_HAS_POSIX_FS_UOF */ - -#if (PACE_HAS_POSIX_FA_UOF) - PACE_Export PACE_INLINE pace_mode_t pace_umask (pace_mode_t cmask); -#endif /* PACE_HAS_POSIX_FA_UOF */ - -#if defined (PACE_HAS_INLINE) -# if (PACE_HAS_POSIX) -# include "pace/posix/stat.inl" -# elif (PACE_VXWORKS) -# include "pace/vxworks/stat.inl" -# elif (PACE_WIN32) -# include "pace/win32/stat.inl" -# endif -#endif /* PACE_HAS_INLINE */ - -#if defined (PACE_HAS_CPLUSPLUS) -} -#endif /* PACE_HAS_CPLUSPLUS */ - -#endif /* PACE_SYS_STAT_H */ |