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.inl22
1 files changed, 0 insertions, 22 deletions
diff --git a/PACE/pace/posix/utsname.inl b/PACE/pace/posix/utsname.inl
deleted file mode 100644
index 0fe39f13276..00000000000
--- a/PACE/pace/posix/utsname.inl
+++ /dev/null
@@ -1,22 +0,0 @@
-/* $Id$ -*- C -*-
-
- * =============================================================================
- *
- * = LIBRARY
- * pace
- *
- * = FILENAME
- * utsname.inl
- *
- * = AUTHOR
- * Luther Baker
- *
- * ============================================================================= */
-
-
-PACE_INLINE
-int
-pace_uname (struct utsname * name)
-{
- return uname (name);
-}