Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 550842
Collapse All | Expand All

(-)splint-3.1.2-old/src/osd.c (-1 / +1 lines)
Lines 516-522 Link Here
516
# if defined (WIN32) || defined (OS2) && defined (__IBMC__)
516
# if defined (WIN32) || defined (OS2) && defined (__IBMC__)
517
  int pid = _getpid ();
517
  int pid = _getpid ();
518
# else
518
# else
519
  __pid_t pid = getpid ();
519
  pid_t pid = getpid ();
520
# endif
520
# endif
521
521
522
  return (int) pid;
522
  return (int) pid;

Return to bug 550842