about summary refs log tree commit diff
path: root/time/sys
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-24 18:16:42 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-24 18:16:42 +0000
commit16feadf264b6508bc5583a56a2c7a7aaafc1e383 (patch)
treeec461d3780d78320b64f9e5772feda4f0a821525 /time/sys
parentbd547139c77f2f3bb581d329e70c2c5cd246a3ab (diff)
downloadglibc-16feadf264b6508bc5583a56a2c7a7aaafc1e383.tar.gz
glibc-16feadf264b6508bc5583a56a2c7a7aaafc1e383.tar.xz
glibc-16feadf264b6508bc5583a56a2c7a7aaafc1e383.zip
[BZ #1920]
005-11-24  Jakub Jelinek  <jakub@redhat.com>
	[BZ #1920]
	* sysdeps/pthread/pthread.h (__pthread_unwind_next): Use
	__attribute__ instead of __attribute.
	* sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
	(__cleanup_fct_attribute): Likewise.
Diffstat (limited to 'time/sys')
-rw-r--r--time/sys/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/time/sys/time.h b/time/sys/time.h
index 199125bff3..96649ffa45 100644
--- a/time/sys/time.h
+++ b/time/sys/time.h
@@ -153,7 +153,7 @@ extern int futimes (int __fd, __const struct timeval __tvp[2]) __THROW;
    modification time of FILE to TVP[1].  If TVP is a null pointer, use
    the current time instead.  Returns 0 on success, -1 on errors.  */
 extern int futimesat (int __fd, __const char *__file,
-		      __const struct timeval __tvp[2]) __THROW __nonnull ((2));
+		      __const struct timeval __tvp[2]) __THROW;
 #endif