diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 12:11:40 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-07-08 12:11:40 +0000 |
| commit | cc4615cc788aa749f34483abd33ba2b4a31d30f0 (patch) | |
| tree | 97070128f611af532551a19bb8062597b22cabd8 /man3/sockatmark.3 | |
| parent | 86c256953d62ba083f7ef6adcc5b4063f0b51d2b (diff) | |
| download | man-pages-cc4615cc788aa749f34483abd33ba2b4a31d30f0.tar.gz | |
Added/updated glibc feature test macro requirements
Diffstat (limited to 'man3/sockatmark.3')
| -rw-r--r-- | man3/sockatmark.3 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/man3/sockatmark.3 b/man3/sockatmark.3 index a146c0ad37..4b50ca3167 100644 --- a/man3/sockatmark.3 +++ b/man3/sockatmark.3 @@ -17,13 +17,23 @@ .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" -.TH SOCKATMARK 3 2006-04-24 "Linux" "Linux Programmer's Manual" +.TH SOCKATMARK 3 2007-07-26 "Linux" "Linux Programmer's Manual" .SH NAME sockatmark \- determine whether socket is at out-of-band mark .SH SYNOPSIS .B #include <sys/socket.h> .sp .BI "int sockatmark(int " fd ); +.sp +.in -4n +Feature Test Macro Requirements for glibc (see +.BR feature_test_macros (7)): +.in +.sp +.ad l +.BR sockatmark (): +_POSIX_C_SOURCE\ >=\ 200112L || _XOPEN_SOURCE\ >=\ 600 +.ad b .SH DESCRIPTION .BR sockatmark () returns a value indicating whether or not the socket referred |
