/[hurd]/hurd/libpthread/sysdeps/generic/pt-setschedparam.c
ViewVC logotype

Diff of /hurd/libpthread/sysdeps/generic/pt-setschedparam.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by neal, Thu Oct 10 23:05:06 2002 UTC revision 1.2 by neal, Wed Apr 20 15:26:52 2005 UTC
# Line 1  Line 1 
1  /* Set the scheduling parameters for a thread.  Generic version.  /* Set the scheduling parameters for a thread.  Generic version.
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2005 Free Software Foundation, Inc.
3     This file is part of the GNU C Library.     This file is part of the GNU C Library.
4    
5     The GNU C Library is free software; you can redistribute it and/or     The GNU C Library is free software; you can redistribute it and/or
# Line 21  Line 21 
21  #include <pt-internal.h>  #include <pt-internal.h>
22    
23  int  int
24  pthread_setschedparam (pthread_t thread, int *policy,  pthread_setschedparam (pthread_t thread, int policy,
25                         const struct sched_param *param)                         const struct sched_param *param)
26  {  {
27    return ENOSYS;    return ENOSYS;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26