mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
tidying up RISC OS stuff
This commit is contained in:
parent
8298145729
commit
181dcc69f4
8 changed files with 121 additions and 148 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-08-06 Stefan Bellon <sbellon@sbellon.de>
|
||||
|
||||
* util.h [__riscos__]: Added riscos_getchar().
|
||||
|
||||
2002-06-21 Stefan Bellon <sbellon@sbellon.de>
|
||||
|
||||
* util.h [__riscos__]: Further moving away of RISC OS specific
|
||||
|
|
|
@ -270,6 +270,7 @@ void riscos_set_filetype(const char *filename, const char *mimetype);
|
|||
pid_t riscos_getpid(void);
|
||||
int riscos_kill(pid_t pid, int sig);
|
||||
int riscos_access(const char *path, int amode);
|
||||
int riscos_getchar(void);
|
||||
int fdopenfile(const char *filename, const int allow_write);
|
||||
void close_fds(void);
|
||||
int renamefile(const char *old, const char *new);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue