1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-11 12:10:50 +03:00

* posix/unistd.h (ctermid): Remove __nonnull attribute.

This commit is contained in:
Ulrich Drepper
2006-01-03 16:13:21 +00:00
parent 305bb37e1e
commit 35c2fd59ba
4 changed files with 16 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
/* Copyright (C) 1991-2002,2003,2004,2005 Free Software Foundation, Inc.
/* Copyright (C) 1991-2002,2003,2004,2005,2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -1075,7 +1075,7 @@ extern void swab (__const void *__restrict __from, void *__restrict __to,
It is also found in <stdio.h>. */
#ifdef __USE_XOPEN
/* Return the name of the controlling terminal. */
extern char *ctermid (char *__s) __THROW __nonnull ((1));
extern char *ctermid (char *__s) __THROW;
#endif