diff options
Diffstat (limited to 'include/utime.h')
| -rw-r--r-- | include/utime.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/utime.h b/include/utime.h index dd5d26570..45999ebb1 100644 --- a/include/utime.h +++ b/include/utime.h @@ -12,9 +12,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* * POSIX Standard: 5.6.6 Set File Access and Modification Times <utime.h> @@ -43,9 +42,10 @@ struct utimbuf /* Set the access and modification times of FILE to those given in *FILE_TIMES. If FILE_TIMES is NULL, set them to the current time. */ -extern int utime (__const char *__file, - __const struct utimbuf *__file_times) +extern int utime (const char *__file, + const struct utimbuf *__file_times) __THROW __nonnull ((1)); +libc_hidden_proto(utime) __END_DECLS |
