Add prototype for sockatmark().

This commit is contained in:
Bill Fenner 2002-12-14 18:14:34 +00:00
parent e776060494
commit 6059c38bec

View File

@ -542,11 +542,9 @@ int sendfile(int, int, off_t, size_t, struct sf_hdtr *, off_t *, int);
#endif
int setsockopt(int, int, int, const void *, socklen_t);
int shutdown(int, int);
int sockatmark(int);
int socket(int, int, int);
int socketpair(int, int, int, int *);
/*
* XXX missing sockatmark().
*/
__END_DECLS
#endif /* !_KERNEL */