~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/gnu_get_libc_version.3

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
.\" Formatted or processed versions of this manual, if unaccompanied by
22
22
.\" the source, must acknowledge the copyright and authors of this work.
23
23
.\"
24
 
.TH GNU_GET_LIBC_VERSION 3 2008-07-02 "Linux" "Linux Programmer's Manual"
 
24
.TH GNU_GET_LIBC_VERSION 3 2010-09-10 "Linux" "Linux Programmer's Manual"
25
25
.SH NAME
26
26
gnu_get_libc_version, gnu_get_libc_release \- get glibc version and release
27
27
.SH SYNOPSIS
28
28
.nf
29
 
.B #define _GNU_SOURCE
 
29
.BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
30
30
.B #include <gnu/libc-version.h>
31
31
 
32
32
.B const char *gnu_get_libc_version(void);
75
75
.SH SEE ALSO
76
76
.BR confstr (3)
77
77
.SH COLOPHON
78
 
This page is part of release 3.26 of the Linux
 
78
This page is part of release 3.27 of the Linux
79
79
.I man-pages
80
80
project.
81
81
A description of the project,