~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to libc/stdio/gets.c

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2009-10-31 11:52:10 UTC
  • mfrom: (1.1.8 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091031115210-x0mlijnegkce86fk
Tags: 1:1.6.7-1
* New upstream relese (closes: #544030)
* Added lintian overrides (closes: #553265)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
  POSSIBILITY OF SUCH DAMAGE.
28
28
*/
29
29
 
30
 
/* $Id: gets.c,v 1.3 2005/09/06 18:49:15 joerg_wunsch Exp $ */
 
30
/* $Id: gets.c,v 1.3.4.1 2009/04/01 23:11:59 arcanum Exp $ */
31
31
 
32
32
#include <stdio.h>
33
 
 
 
33
#include "sectionname.h"
34
34
#include "stdio_private.h"
35
35
 
 
36
ATTRIBUTE_CLIB_SECTION
36
37
char *
37
38
gets(char *str)
38
39
{