~ubuntu-branches/ubuntu/precise/eglibc/precise-201308281639

« back to all changes in this revision

Viewing changes to sysdeps/mach/hurd/fchmod.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-02-08 01:58:09 UTC
  • mfrom: (1.5.3) (288.1.12 precise)
  • Revision ID: package-import@ubuntu.com-20120208015809-ulscst7uteq3e22z
Tags: 2.15~pre6-0ubuntu10
Merge from Debian (r5151, 2.13-26).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (C) 1991, 1992, 1994, 1995, 1997 Free Software Foundation, Inc.
 
1
/* Copyright (C) 1991, 1992, 1994, 1995, 1997, 2011 Free Software Foundation, Inc.
2
2
   This file is part of the GNU C Library.
3
3
 
4
4
   The GNU C Library is free software; you can redistribute it and/or
22
22
#include <hurd.h>
23
23
#include <hurd/fd.h>
24
24
 
25
 
/* Change the protections of the file FD refers to to MODE.  */
 
25
/* Change the permissions of the file referenced by FD to MODE.  */
26
26
int
27
27
__fchmod (fd, mode)
28
28
     int fd;