mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
add __SC__ ifdef
This commit is contained in:
parent
8fbf82b26e
commit
8318f2fb8f
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ void closedir PROTO((DIR *));
|
|||
struct dirent * readdir PROTO((DIR *));
|
||||
int rmdir PROTO((const char *path));
|
||||
int sync PROTO((void));
|
||||
#ifdef THINK_C
|
||||
#if defined(THINK_C) || defined(__SC__)
|
||||
int unlink PROTO((char *));
|
||||
#else
|
||||
int unlink PROTO((const char *));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue