public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] makedev.3: glibc has deprecated exposing the definitions via <sys/types.h>
@ 2017-11-25 10:12 Adrian Bunk
       [not found] ` <20171125101207.27932-1-bunk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2017-11-25 10:12 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA

Compile warning with glibc 2.25:

warning: In the GNU C Library, "makedev" is defined
 by <sys/sysmacros.h>. For historical compatibility, it is
 currently defined by <sys/types.h> as well, but we plan to
 remove this soon. To use "makedev", include <sys/sysmacros.h>
 directly. If you did not intend to use a system-defined macro
 "makedev", you should undefine it after including <sys/types.h>.

Background:
https://sourceware.org/git/?p=glibc.git;a=commit;h=dbab6577c6684c62bd2521c1c29dc25c3cac966f
---
 man3/makedev.3 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/man3/makedev.3 b/man3/makedev.3
index 3398bbb0b..75c191be7 100644
--- a/man3/makedev.3
+++ b/man3/makedev.3
@@ -94,9 +94,10 @@ and
 The latter names are exported, but the traditional names are more portable.
 .PP
 The BSDs expose the definitions for these macros via
-.IR <sys/types.h> ,
-and glibc also exposes definitions for these macros from that
-header file if suitable feature test macros are defined.
+.IR <sys/types.h> .
+glibc also exposes definitions for these macros from that
+header file if suitable feature test macros are defined,
+but this is deprecated and will be removed in the future.
 .SH SEE ALSO
 .BR mknod (2),
 .BR stat (2)
-- 
2.11.0

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] makedev.3: glibc has deprecated exposing the definitions via <sys/types.h>
       [not found] ` <20171125101207.27932-1-bunk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
@ 2017-11-26  7:36   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2017-11-26  7:36 UTC (permalink / raw)
  To: Adrian Bunk, linux-man-u79uwXL29TY76Z2rM5mHXA
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w

On 11/25/2017 11:12 AM, Adrian Bunk wrote:
> Compile warning with glibc 2.25:
> 
> warning: In the GNU C Library, "makedev" is defined
>  by <sys/sysmacros.h>. For historical compatibility, it is
>  currently defined by <sys/types.h> as well, but we plan to
>  remove this soon. To use "makedev", include <sys/sysmacros.h>
>  directly. If you did not intend to use a system-defined macro
>  "makedev", you should undefine it after including <sys/types.h>.

Thanks, Adrian. Patch applied.

Cheers,

Michael

> Background:
> https://sourceware.org/git/?p=glibc.git;a=commit;h=dbab6577c6684c62bd2521c1c29dc25c3cac966f
> ---
>  man3/makedev.3 | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/man3/makedev.3 b/man3/makedev.3
> index 3398bbb0b..75c191be7 100644
> --- a/man3/makedev.3
> +++ b/man3/makedev.3
> @@ -94,9 +94,10 @@ and
>  The latter names are exported, but the traditional names are more portable.
>  .PP
>  The BSDs expose the definitions for these macros via
> -.IR <sys/types.h> ,
> -and glibc also exposes definitions for these macros from that
> -header file if suitable feature test macros are defined.
> +.IR <sys/types.h> .
> +glibc also exposes definitions for these macros from that
> +header file if suitable feature test macros are defined,
> +but this is deprecated and will be removed in the future.
>  .SH SEE ALSO
>  .BR mknod (2),
>  .BR stat (2)
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-26  7:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-25 10:12 [PATCH] makedev.3: glibc has deprecated exposing the definitions via <sys/types.h> Adrian Bunk
     [not found] ` <20171125101207.27932-1-bunk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-11-26  7:36   ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox