diff options
author | nik <nik@FreeBSD.org> | 2002-01-10 12:22:00 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2002-01-10 12:22:00 +0000 |
commit | c16e18ce7c0765d964a72da24ce0e55b812c6f3d (patch) | |
tree | f8b50065ab610202906dc96c399c1403fc5cf7dc /lib/libc | |
parent | f9e4bda43cdb750bc2cb20fc59f672ffe61736ff (diff) | |
download | FreeBSD-src-c16e18ce7c0765d964a72da24ce0e55b812c6f3d.zip FreeBSD-src-c16e18ce7c0765d964a72da24ce0e55b812c6f3d.tar.gz |
Remove assertion that isblank() is in C99, pointed out by ache.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/locale/isblank.3 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/locale/isblank.3 b/lib/libc/locale/isblank.3 index 59fca63..b1a2e37 100644 --- a/lib/libc/locale/isblank.3 +++ b/lib/libc/locale/isblank.3 @@ -76,10 +76,6 @@ returns non-zero if the character tests true. .Xr multibyte 3 , .Xr ascii 7 .Sh STANDARDS -.Fn isblank -conforms to -.St -isoC-99 . -.Sh STANDARDS The .Fn isblank function conforms to |