drm/i915: Set GPU freq to idle_freq initially
[dragonfly.git] / lib / libc_r / uthread / uthread_vfork.c
blob3b5d20c6e68d18718decd89c26050e90f484c643
1 /*
2 * $FreeBSD: src/lib/libc_r/uthread/uthread_vfork.c,v 1.1.8.1 2002/10/22 14:44:03 fjoe Exp $
3 * $DragonFly: src/lib/libc_r/uthread/uthread_vfork.c,v 1.2 2003/06/17 04:26:48 dillon Exp $
4 */
5 #include <unistd.h>
7 int
8 vfork(void)
10 return (fork());