diff options
author | bde <bde@FreeBSD.org> | 1999-12-23 16:33:12 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-12-23 16:33:12 +0000 |
commit | 0fcd581c550ebbdfac21d50d4bc6e1bef1576750 (patch) | |
tree | 5f50ee934e6806d7939599d7fa9d3f988f00cef9 /include | |
parent | 6c2d0e8c302f20e5b52acde44c3c0a4598742eaf (diff) | |
download | FreeBSD-src-0fcd581c550ebbdfac21d50d4bc6e1bef1576750.zip FreeBSD-src-0fcd581c550ebbdfac21d50d4bc6e1bef1576750.tar.gz |
Fixed missing declaration of ctermid_r(3).
Diffstat (limited to 'include')
-rw-r--r-- | include/stdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h index 571705a..99f1618 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -294,6 +294,7 @@ __END_DECLS #if !defined (_ANSI_SOURCE) && !defined(_POSIX_SOURCE) __BEGIN_DECLS int asprintf __P((char **, const char *, ...)) __printflike(2, 3); +char *ctermid_r __P((char *)); char *fgetln __P((FILE *, size_t *)); int fpurge __P((FILE *)); int fseeko __P((FILE *, _BSD_OFF_T_, int)); |