diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-01-27 12:00:11 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-01-27 12:00:11 +0000 |
commit | dbbf32dd39b128be2abe8393933bc942be4c0925 (patch) | |
tree | 5c493199a70976c54e1b9c6a7804a3de85b43e84 /contrib/binutils/libiberty/xstrerror.c | |
parent | 855ee8c509184df8c31758b8f2ca9e9d31440489 (diff) |
Notes
Diffstat (limited to 'contrib/binutils/libiberty/xstrerror.c')
-rw-r--r-- | contrib/binutils/libiberty/xstrerror.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/binutils/libiberty/xstrerror.c b/contrib/binutils/libiberty/xstrerror.c index 770b653ba8000..9000d178f9c28 100644 --- a/contrib/binutils/libiberty/xstrerror.c +++ b/contrib/binutils/libiberty/xstrerror.c @@ -2,6 +2,17 @@ Fri Jun 16 18:30:00 1995 Pat Rankin <rankin@eql.caltech.edu> This code is in the public domain. */ +/* + +@deftypefn Replacement char* xstrerror (int @var{errnum}) + +Behaves exactly like the standard @code{strerror} function, but +will never return a @code{NULL} pointer. + +@end deftypefn + +*/ + #include <stdio.h> #include "libiberty.h" |