diff options
| author | kleink <kleink@NetBSD.org> | 1997-11-25 17:57:37 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 1997-11-25 17:57:37 +0000 |
| commit | 6598e022b26987360f06b704b96f95ddabc60eaf (patch) | |
| tree | 3a4d79aa2efdc7df7662bfb28ed3f72854bf3e65 /include | |
| parent | 6a203aafce9b1b15072f517a984e1862609ecf27 (diff) | |
Per XPG4.2, use useconds_t for as argument and return type of ualarm().
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h index 7faa056b283..a924f3efe8a 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,4 +1,4 @@ -/* $NetBSD: unistd.h,v 1.44 1997/11/24 19:09:19 kleink Exp $ */ +/* $NetBSD: unistd.h,v 1.45 1997/11/25 17:57:37 kleink Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -173,7 +173,7 @@ int syscall __P((int, ...)); quad_t __syscall __P((quad_t, ...)); int truncate __P((const char *, off_t)); int ttyslot __P((void)); -u_int ualarm __P((u_int, u_int)); +useconds_t ualarm __P((useconds_t, useconds_t)); int undelete __P((const char *)); int usleep __P((useconds_t)); void *valloc __P((size_t)); /* obsoleted by malloc() */ |
