diff options
| author | Manuel Novoa III <mjn3@codepoet.org> | 2002-08-03 18:49:09 +0000 | 
|---|---|---|
| committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-08-03 18:49:09 +0000 | 
| commit | 9e3364a9e684f57b1bb15bdadbe49b31e42154b8 (patch) | |
| tree | 5f226c270ccb0a05a4b36b2d1bef26c0b9d01ab4 /libc/stdio/stdio.c | |
| parent | d4db0bd93900e4515a151ff6037b3fc0e1b22140 (diff) | |
| download | uClibc-alpine-9e3364a9e684f57b1bb15bdadbe49b31e42154b8.tar.bz2 uClibc-alpine-9e3364a9e684f57b1bb15bdadbe49b31e42154b8.tar.xz  | |
A couple of little cleanups I forgot to check in.
Diffstat (limited to 'libc/stdio/stdio.c')
| -rw-r--r-- | libc/stdio/stdio.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/stdio/stdio.c b/libc/stdio/stdio.c index 1bce679f9..cf6450995 100644 --- a/libc/stdio/stdio.c +++ b/libc/stdio/stdio.c @@ -3196,8 +3196,6 @@ UNLOCKED(int,ferror,(FILE *stream),(stream))  /**********************************************************************/  #ifdef L_perror -/* TODO -- not allowed to interfere with static storage of strerror(). */ -  void perror(register const char *s)  {  	/* If the program is calling perror, it's a safe bet that printf and  | 
