summaryrefslogtreecommitdiff
path: root/ace/os_include/sys/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/sys/resource.h')
-rw-r--r--ace/os_include/sys/resource.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/ace/os_include/sys/resource.h b/ace/os_include/sys/resource.h
deleted file mode 100644
index b9d29f5f6f2..00000000000
--- a/ace/os_include/sys/resource.h
+++ /dev/null
@@ -1,35 +0,0 @@
-// -*- C++ -*-
-
-//=============================================================================
-/**
- * @file resource.h
- *
- * definitions for XSI resource operations
- *
- * $Id$
- *
- * @author Don Hinton <dhinton@ieee.org>
- * @author This code was originally in various places including ace/OS.h.
- */
-//=============================================================================
-
-#ifndef ACE_OS_INCLUDE_SYS_RESOURCE_H
-#define ACE_OS_INCLUDE_SYS_RESOURCE_H
-
-#include "ace/pre.h"
-
-#include "ace/config-all.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include "ace/os_include/sys/time.h"
-#include "ace/os_include/sys/types.h"
-
-#if !defined (ACE_LACKS_SYS_RESOURCE_H)
-# include /**/ <sys/resource.h>
-#endif /* !ACE_LACKS_SYS_RESOURCE_H */
-
-#include "ace/post.h"
-#endif /* ACE_OS_INCLUDE_SYS_RESOURCE_H */