]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Added FTM to prototype
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 2 Feb 2007 06:07:43 +0000 (06:07 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 2 Feb 2007 06:07:43 +0000 (06:07 +0000)
man3/ualarm.3

index 9dfd4b1b5bfcc0b59b6dcc8f90bff2cd3668c85e..681cbda24780980de55e68a01cf8044e565be28f 100644 (file)
@@ -25,6 +25,7 @@
 ualarm \- schedule signal after given number of microseconds
 .SH SYNOPSIS
 .nf
+.B "#define _XOPEN_SOURCE 500     /* Or: #define _BSD_SOURCE */
 .B "#include <unistd.h>"
 .sp
 .BI "useconds_t ualarm(useconds_t " usecs ", useconds_t " interval );