]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/syscall.2
Added/updated glibc feature test macro requirements
[thirdparty/man-pages.git] / man2 / syscall.2
index 05312b2b6ed3206cdf92d6659936bd5c87ee6152..888c06979ed970b941cab354abc7266b4a667327 100644 (file)
 .\" 2002-03-20  Christoph Hellwig <hch@infradead.org>
 .\"    - adopted for Linux
 .\"
-.TH SYSCALL 2 2007-06-01 "Linux" "Linux Programmer's Manual"
+.TH SYSCALL 2 2007-07-26 "Linux" "Linux Programmer's Manual"
 .SH NAME
 syscall \- indirect system call
 .SH SYNOPSIS
 .nf
-.B "#define _BSD_SOURCE        /* or _GNU_SOURCE or _SVID_SOURCE */"
+.BR "#define _GNU_SOURCE     "     "   /* or _BSD_SOURCE or _SVID_SOURCE */"
 .B #include <unistd.h>
-.B "#include <sys/syscall.h>   /* For SYS_xxx definitions */"
+.BR "#include <sys/syscall.h>   "  "/* For SYS_xxx definitions */"
 
 .BI "int syscall(int " number ", ...);"
 .fi
@@ -65,7 +65,6 @@ and an error code is stored in
 first appeared in
 4BSD.
 .SH EXAMPLE
-
 .nf
 #define _GNU_SOURCE
 #include <unistd.h>
@@ -80,4 +79,4 @@ main(int argc, char *argv[])
 }
 .fi
 .SH SEE ALSO
-.BT syscalls (2)
+.BR syscalls (2)