OSDN Git Service

nommu: fix building of fork.c when stubs are disabled
authorMike Frysinger <vapier@gentoo.org>
Tue, 27 Jul 2010 01:13:20 +0000 (21:13 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 27 Jul 2010 01:13:20 +0000 (21:13 -0400)
commit7f136d048bf25d4f97bb90c294979a22d0efc5d8
treecd45d274c385236c6bb793d919d319c7f4f598b6
parentfb599a12a30598f13e50f63fbc0db8919678bbc3
nommu: fix building of fork.c when stubs are disabled

We scrub the fork() prototype for nommu/no stubs, so attempting to get
its type isn't going to work.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
libc/sysdeps/linux/common/fork.c