source: vendor/emx/current/src/libsocket/shutdown.c

Last change on this file was 18, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 175 bytes
Line 
1/* shutdown.c (emx+gcc) -- Copyright (c) 1994-1996 by Eberhard Mattes */
2
3#include <emx/syscalls.h>
4
5int shutdown (int handle, int how)
6{
7 return __shutdown (handle, how);
8}
Note: See TracBrowser for help on using the repository browser.