X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fpoll-loop.h;h=e77d0275ed9e60191e8fe10f5a999da621c1e55f;hb=9abfe557918794cc252f010aa19e31f8beb24c23;hp=fa06a07ff757818015ff9ca855cf5dd406174ec7;hpb=1e276d1a10539a8cd97d2ad63c073a9a43f0f1ef;p=openvswitch diff --git a/lib/poll-loop.h b/lib/poll-loop.h index fa06a07f..e77d0275 100644 --- a/lib/poll-loop.h +++ b/lib/poll-loop.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -65,9 +65,6 @@ void poll_block(void); /* Cancel a file descriptor callback or event. */ void poll_cancel(struct poll_waiter *); -/* Checks whether the file descriptor caused a wakeup. */ -short int poll_fd_woke(int fd); - #ifdef __cplusplus } #endif