Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
93764b5b
Commit
93764b5b
authored
Mar 28, 2005
by
Mark Kettenis
Committed by
DJ Delorie
Mar 28, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* unlink-if-ordinary.c: Include <sys/types.h>.
From-SVN: r97134
parent
5c55c2e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
libiberty/ChangeLog
+4
-0
libiberty/unlink-if-ordinary.c
+3
-1
No files found.
libiberty/ChangeLog
View file @
93764b5b
2005-03-28 Mark Kettenis <kettenis@gnu.org>
* unlink-if-ordinary.c: Include <sys/types.h>.
2005-03-27 Gabriel Dos Reis <gdr@integrable-solutions.net>
Convert libiberty to use ISO C prototype style 7/n.
...
...
libiberty/unlink-if-ordinary.c
View file @
93764b5b
/* unlink-if-ordinary.c - remove link to a file unless it is special
Copyright (C) 2004 Free Software Foundation, Inc.
Copyright (C) 2004
, 2005
Free Software Foundation, Inc.
This file is part of the libiberty library. This library is free
software; you can redistribute it and/or modify it under the
...
...
@@ -39,6 +39,8 @@ was made to unlink the file because it is special.
#include "config.h"
#endif
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment