diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2009-12-10 21:00:45 +0100 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2009-12-10 21:05:33 +0100 |
commit | 27842d7f773557031790f9479a417ba7c2110e96 (patch) | |
tree | 7a3d2be0f0f291a9372c7e332575fe3c695c6d8b | |
parent | c5398adfe22819f336eb637568050748d0227cad (diff) | |
download | libbsd-27842d7f773557031790f9479a417ba7c2110e96.tar.gz |
Track bug IDs for __unused collision
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
-rw-r--r-- | include/bsd/sys/cdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bsd/sys/cdefs.h b/include/bsd/sys/cdefs.h index d6884ad..6afd8d3 100644 --- a/include/bsd/sys/cdefs.h +++ b/include/bsd/sys/cdefs.h @@ -42,6 +42,7 @@ #endif /* Linux headers define a struct with a member names __unused. + * Debian bugs: #522773 (linux), #522774 (libc). * Disable for now. */ #if 0 #ifndef __unused |