Add prototype for sockatmark().
This commit is contained in:
parent
e776060494
commit
6059c38bec
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user