X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fprocess.c;h=91dfc064ca8c2ce3fb7e01cc29dce76ec9ef9608;hb=6dc2f8eeada4e4e1b1fc29d69cb7cbdf1cd94061;hp=fcb869fbf5549e0e057dda4a259ed27599b82a45;hpb=e0edde6fee279cdbbf3c179f5f50adaf0c7c7f1e;p=openvswitch diff --git a/lib/process.c b/lib/process.c index fcb869fb..91dfc064 100644 --- a/lib/process.c +++ b/lib/process.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011 Nicira, Inc. + * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -83,8 +83,8 @@ process_init(void) /* Create notification pipe. */ xpipe(fds); - set_nonblocking(fds[0]); - set_nonblocking(fds[1]); + xset_nonblocking(fds[0]); + xset_nonblocking(fds[1]); /* Set up child termination signal handler. */ memset(&sa, 0, sizeof sa);