[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1078 - trunk/glibc-2.3-head/sysdeps/kfreebsd



Author: ps-guest
Date: 2006-01-19 17:35:32 +0000 (Thu, 19 Jan 2006)
New Revision: 1078

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/wait3.c
Log:
wait4 (again)


Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/wait3.c
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/wait3.c	2006-01-19 16:44:23 UTC (rev 1077)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/wait3.c	2006-01-19 17:35:32 UTC (rev 1078)
@@ -32,7 +32,7 @@
      int options;
      struct rusage *usage;
 {
-  return INLINE_SYSCALL (wait4, 4, WAIT_ANY, stat_loc, options, usage);
+  return __wait4(WAIT_ANY, stat_loc, options, usage);
 }
 
 weak_alias (__wait3, wait3)



Reply to: