mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Got rid of __SC__ ifdefs.
This commit is contained in:
parent
cbf630f0a9
commit
e17fd2a5af
3 changed files with 0 additions and 12 deletions
|
@ -105,11 +105,7 @@ struct dirent * readdir(DIR *);
|
|||
int rmdir(const char *path);
|
||||
int sync(void);
|
||||
|
||||
#if defined(__SC__)
|
||||
int unlink(char *);
|
||||
#else
|
||||
int unlink(const char *);
|
||||
#endif
|
||||
|
||||
#endif /* USE_GUSI */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue