Bug 767 - provide symlink/readlink prototypes with -D_POSIX_C_SOURCE=200112L
Summary: provide symlink/readlink prototypes with -D_POSIX_C_SOURCE=200112L
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: 2.3.4
: P2 normal
Target Milestone: ---
Assignee: Roland McGrath
URL:
Keywords:
Depends on:
Blocks: libc235
  Show dependency treegraph
 
Reported: 2005-02-26 00:57 UTC by Roland McGrath
Modified: 2018-04-20 13:33 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
Project(s) to access:
ssh public key:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roland McGrath 2005-02-26 00:57:33 UTC
This trunk change is needed on the 2.3 branch.

2005-02-21  Ulrich Drepper  <drepper@redhat.com>

	* posix/unistd.h: symlink and readlink are unconditionally
	available in the 2001 spec.
Comment 1 Sourceware Commits 2005-02-26 00:59:12 UTC
Subject: Bug 767

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-02-26 00:59:08

Modified files:
	posix          : unistd.h 

Log message:
	2005-02-21  Ulrich Drepper  <drepper@redhat.com>
	
	[BZ #767]
	* posix/unistd.h: symlink and readlink are unconditionally
	available in the 2001 spec.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/posix/unistd.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.130.4.1&r2=1.130.4.2

Comment 2 Jakub Jelinek 2005-03-15 08:09:14 UTC
Fixed in CVS.