summaryrefslogtreecommitdiff
path: root/PACE/pace/posix/utsname.inl
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/posix/utsname.inl')
-rw-r--r--PACE/pace/posix/utsname.inl21
1 files changed, 0 insertions, 21 deletions
diff --git a/PACE/pace/posix/utsname.inl b/PACE/pace/posix/utsname.inl
deleted file mode 100644
index 57df4620b12..00000000000
--- a/PACE/pace/posix/utsname.inl
+++ /dev/null
@@ -1,21 +0,0 @@
-/* $Id$ -*- C -*-
-
- * =============================================================================
- *
- * = LIBRARY
- * pace
- *
- * = FILENAME
- * pace/posix/utsname.inl
- *
- * = AUTHOR
- * Luther Baker
- *
- * ============================================================================= */
-
-PACE_INLINE
-int
-pace_uname (pace_utsname * name)
-{
- return uname (name);
-}