usr/src/lib/libc/port/llib-lc
changeset 5891 0d5c6468bb04
parent 5696 7e38474aec18
child 6812 febeba71273d
--- a/usr/src/lib/libc/port/llib-lc	Wed Jan 23 09:40:35 2008 -0800
+++ b/usr/src/lib/libc/port/llib-lc	Wed Jan 23 12:00:31 2008 -0800
@@ -20,7 +20,7 @@
  */
 
 /*
- * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
@@ -1050,23 +1050,12 @@
 /* valloc.c */
 void *valloc(size_t size);
 
-/* values-Xa.c */
-
-/* values-Xc.c */
-
-/* values-Xs.c */
-
-/* values-Xt.c */
-
-/* wait3.c */
+/* waitpid.c */
+pid_t wait(int *stat_loc);
+pid_t waitpid(pid_t pid, int *stat_loc, int options);
 pid_t wait3(int *status, int options, struct rusage *rp);
-
-/* wait4.c */
 pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage);
 
-/* waitpid.c */
-pid_t waitpid(pid_t pid, int *stat_loc, int options);
-
 /* wcstombs.c */
 size_t wcstombs(char *_RESTRICT_KYWD s, const wchar_t *_RESTRICT_KYWD pwcs,
 	size_t n);