aboutsummaryrefslogtreecommitdiff
path: root/libgloss/tic6x/getpid.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/tic6x/getpid.c')
-rw-r--r--libgloss/tic6x/getpid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/tic6x/getpid.c b/libgloss/tic6x/getpid.c
index 3c1a7b8..912ca18 100644
--- a/libgloss/tic6x/getpid.c
+++ b/libgloss/tic6x/getpid.c
@@ -19,8 +19,7 @@
* getpid -- only one process, so just return 1.
*/
int
-_DEFUN (getpid, (),
- )
+getpid (void)
{
return __MYPID;
}