1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Use POSIX version of version.c.

This commit is contained in:
Ulrich Drepper
1996-09-12 18:29:32 +00:00
parent f0f1bf8536
commit d0045e79eb
6 changed files with 1077 additions and 0 deletions

View File

@ -0,0 +1,2 @@
/* Linux has waitpid(), so override the generic unix version. */
#include <sysdeps/posix/system.c>